1
0
Fork 0
Smalltalk implementation of logging framework ideas
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Holger Hans Peter Freyther 3f3d1d9940 misc: Create a makefile to help in exporting to pharo 2013-02-10 12:16:28 +01:00
.gitignore misc: Create a makefile to help in exporting to pharo 2013-02-10 12:16:28 +01:00
LogManager.st log: Find the log manager with the right scope 2011-08-23 16:16:03 +02:00
LogSyslog.st image: Forget about the memory on image reloading to avoid free 2011-09-17 20:13:25 +02:00
LogTest.st syslog: Improve the manual test case 2011-04-14 12:40:01 +02:00
Makefile misc: Create a makefile to help in exporting to pharo 2013-02-10 12:16:28 +01:00
README Add a README of what this is about 2010-09-05 09:29:55 +08:00
package.xml syslog: Add support to log to the syslog infrastructure 2011-04-04 09:53:51 +02:00

README

A Smalltalk logging framework inspired by libosmocore's logging facilities

Core Features:
	- Categories
	- Filters
	- Multiple backends
	- Integration with libosmocore (somehow)