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 f900c8fc6e pharo: Provide a drop-in replacement for the ProcessVariable 2013-02-19 22:04:30 +01:00
.gitignore misc: Create a makefile to help in exporting to pharo 2013-02-10 12:16:28 +01:00
LogManager.st misc: Rename the category to blend in with the pharo naming. 2013-02-10 12:50:45 +01:00
LogSyslog.st misc: Rename the category to blend in with the pharo naming. 2013-02-10 12:50:45 +01:00
LogTest.st syslog: Improve the manual test case 2011-04-14 12:40:01 +02:00
Makefile pharo: Provide a drop-in replacement for the ProcessVariable 2013-02-19 22:04:30 +01:00
README Add a README of what this is about 2010-09-05 09:29:55 +08:00
compat_for_pharo.st pharo: Provide a drop-in replacement for the ProcessVariable 2013-02-19 22:04:30 +01: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)