Skip navigation links

Package org.mmbase.util.logging

The MMBase logging infrastructure.

See: Description

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 (@link org.mmbase.util.logging.log4j.Log4jImpl}), can be found in a subpackage.

Since:
MMBase-1.4
Version:
$Id$
Skip navigation links

MMBase2 Utils 2.0.0 - 2019-08-08T23:20