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 57b54630bf LogManager: Make the LogArea's work across sourcecode updates
Create subclasses of the LogArea for different areas, have a
way of finding these areas and putting them into a local dictionary.

Create the LogEntry class to carry a log entry as proposed by
Paolo.
2010-09-07 17:53:28 +08:00
LogManager.st LogManager: Make the LogArea's work across sourcecode updates 2010-09-07 17:53:28 +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)