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 65dcb80ff9 syslog: Improve the manual test case 2011-04-14 12:40:01 +02:00
LogManager.st log: Make it possible to log exceptions 2011-04-03 22:06:46 +02:00
LogSyslog.st syslog: Fix the level for the custom exception method 2011-04-14 12:39:18 +02:00
LogTest.st syslog: Improve the manual test case 2011-04-14 12:40:01 +02: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)