Basic implementation of the system.logging engine
GoogleCodeExporter opened this issue · 3 comments
GoogleCodeExporter commented
1 - implements the LogLogger class (basic implementation of all loggers who
implements the Logger class)
2 - implements the basic implementation of the LoggerTarget class
3 - implements the LoggerLevel class to enumerate all levels (ALL, DEBUG,
INFO, WARN, ERROR, FATAL, NONE)
4 - implements the LoggerFactory class and this singleton Log
5 - implements the first LoggerTarget implementation based on the
LineFormattedTarget class (format the log message with the time, date,
level, channel, lines etc.)
Original issue reported on code.google.com by ekamel...@gmail.com
on 30 Jul 2009 at 6:11
GoogleCodeExporter commented
Original comment by ekamel...@gmail.com
on 30 Jul 2009 at 6:13
- Added labels: Milestone-Release0.2
- Removed labels: Milestone-Release0.3
GoogleCodeExporter commented
Original comment by ekamel...@gmail.com
on 30 Jul 2009 at 6:21
- Added labels: Milestone-Release0.2.1
- Removed labels: Milestone-Release0.2
GoogleCodeExporter commented
Original comment by ekamel...@gmail.com
on 31 Jul 2009 at 4:39
- Changed state: Fixed