Package org.brains2b.log

Class Summary
Logger Prints log messages to selected output or if not set to default output on the basis of a defined outputlevel and Logger level Logger writes output to a defined output on the basis of the following rules All output send to println(String) is always written to System.out or if set to an defined output All output send to println(String,level) are written to the output if the Logger-level is equal or lower than the level given.
Logger.ClassicFormatter Implementation of Formatter to be consistant with The old-style Logger's formatting