| Package | Description |
|---|---|
| org.brains2b.log |
| Class and Description |
|---|
| 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.
|