Class | Description |
---|---|
FileChannel |
This class provides a channel to log messages to a file.
|
LogChannel |
This abstract class provides descriptions of the methods that need to be
implemented by a channel that can be used by a logger to log messages.
|
StdErrChannel |
This class provides a channel to log messages to the system standard error stream.
|
StdOutChannel |
This class provides a channel to log messages to the system standard output stream.
|