Skip navigation links

Package org.clapper.util.logging

org.clapper.util.logging - Logging Classes.

See: Description

Package org.clapper.util.logging Description

org.clapper.util.logging - Logging Classes.

This package contains logging-related classes. The Logger class provides a front-end to the Jakarta Commons Logging API, insulating calling applications from the specifics of the underlying logging layer, while providing a simpler, thinner interface than Commons Logging. Other classes, such as JavaUtilLoggingTextFormatter, provide useful formatters for the java.util.logging framework.

WARNING: If your application installs its own class loader (e.g., as the thread context class loader), you may have problems with both Jakarta Commons Logging and java.util.logging (which Jakarta Commons Logging uses as its default logging implementation).

Skip navigation links