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 3b42385269 LogFilter: Create a LogFilter base class
The LogFilter will be used to filter based on context
with the right context filters. We are likely to have
a default chain of ANDed filters that will be checked.
2010-09-08 23:56:52 +08:00
LogManager.st LogFilter: Create a LogFilter base class 2010-09-08 23:56:52 +08:00
README Add a README of what this is about 2010-09-05 09:29:55 +08:00

README

A Smalltalk logging framework inspired by libosmocore's logging facilities

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