Skip navigation links
org.openidentityplatform.commons.parent 2.2.3 Documentation

Package com.persistit.logging

Implements Persistit™'s logging mechanism and provides a simple method for connecting Persistit's log output to the embedding application.

See: Description

Package com.persistit.logging Description

Implements Persistit™'s logging mechanism and provides a simple method for connecting Persistit's log output to the embedding application. The default logger writes log messages to the file persistit.log and overwrites that file each time Persistit is initialized.

To override the default logger, for example, to route Persistit's log messages to the embedding application's logging subsystem, implement a subclass of DefaulttPersistitLogger and install it with the static setPersistitLogger method of Persistit.

Also see the com.persistit.logging.JDK14LoggingAdapter, com.persistit.logging.Log4JAdapter and com.persistit.logging.ApacheCommonsLogAdapter classes, which wrap a JDK 1.4 java.util.logging.Logger, org.apache.log4j.Logger, and org.apache.commons.logging.Log, respectively.

Skip navigation links
org.openidentityplatform.commons.parent 2.2.3 Documentation

Copyright © 2025 Open Identity Platform Community. All rights reserved.