|
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||
See:
Description
| Interface Summary | |
|---|---|
| LogGenericOutputHandler | This interface defines the required methods for an outputstream used for logging |
| Class Summary | |
|---|---|
| Log | This class provides logging functionality for the whole project. |
| LogCallerInfo | This class is used to obtain the name of the calling class, the name of the calling method as well as the line number the call comes from. |
| LogConsoleOutputHandler | This class implements a simple LogIOutputStream which prints all output to stderr |
| LogFileOutputHandler | This class implements an IOutputStream which writes to a file. |
| LogLevels | This class holds constants that represent the individual log levels. |
This package provides a simple and small logging facility used for logging throughout
the projects. The logging output can easily be configured and e.g. directed to stderr
or a file.
|
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||