colinlin1982 / maashaack

Automatically exported from code.google.com/p/maashaack
0 stars 0 forks source link

Basic implementation of the system.logging engine #166

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 9 years ago

Original comment by ekamel...@gmail.com on 30 Jul 2009 at 6:13

GoogleCodeExporter commented 9 years ago

Original comment by ekamel...@gmail.com on 30 Jul 2009 at 6:21

GoogleCodeExporter commented 9 years ago

Original comment by ekamel...@gmail.com on 31 Jul 2009 at 4:39