Package org.mmbase.util.logging

The MMBase logging infrastructure.

See:
          Description

Interface Summary
Logger The `Logger' interface for MMBase.
 

Class Summary
AbstractSimpleImpl Base class for simple Logger implementations (no patterns and so on).
ExceptionImpl A very simple implementation of Logger.
Level This class is a kind of `enum' type, for logging priorities.
LoggerWrapper Wraps a logger instance.
Logging With this class the logging is configured and it supplies the `Logger' objects.
Performance This program is meant to show the performance of the org.mmbase.util.logging classes.
SimpleImpl A very simple implementation of Logger.
SimpleTimeStampImpl Like SimpleImpl, but also adds timestamps.
TestConfig Class TestConfig
 

Exception Summary
LoggingException Exceptions thrown by logging can be wrapped in this.
 

Package org.mmbase.util.logging Description

The MMBase logging infrastructure. The main classes of this package are `Logger', which provides the interface for logging implementations (because the precise implementation is pluggable), and 'Logging', which takes care of the configuration and setting up of the logging system.

Another import class is 'Level' which describes the possible logging levels currently known by MMBase.

SimpleImpl is the most basic implementation of `Logger' but a more sophisticated one, based on log4j, can be found in a subpackage.

Since:
MMBase-1.4


MMBase build 1.7.4.20050922