Package com.sodius.mdw.core.util.log
Defines the logging framework, which enables to report errors and warnings, as well as debugging information.
-
Interface Summary Interface Description Logger Provides facilities to log errors and warnings, as well as debugging information. -
Class Summary Class Description AbstractLogger Skeletal implementation of theLoggerinterface.FileLogger Outputs log information into a file.Level TheLevelclass 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 ARecordkeeps track of a logged information.NullLogger A default logger implementation that ignores all log entries.SystemStream Provides methods to redirectSystem.outandSystem.errstreams to a logger.SystemStreamLogger Logger implementation which outputs log messages toSystem.outandSystem.errstreams.