Package com.sodius.mdw.core.util.log

Defines the logging framework, which enables to report errors and warnings, as well as debugging information.

See:
          Description

Interface Summary
Logger Provides facilities to log errors and warnings, as well as debugging information.
 

Class Summary
AbstractLogger Skeletal implementation of the Logger interface.
FileLogger Outputs log information into a file.
Level The Level class defines a set of standard logging levels that can be used to control logging output.
LoggerSet Dispatch log information to a set of registered loggers.
LogRecorder Creates records of logged information.
LogRecorder.Record A Record keeps track of a logged information.
SystemStream Provides methods to redirect System.out and System.err streams to a logger.
SystemStreamLogger Logger implementation which outputs log messages to System.out and System.err streams.
 

Package com.sodius.mdw.core.util.log Description

Defines the logging framework, which enables to report errors and warnings, as well as debugging information.