See: Description
Interface | Description |
---|---|
PersistitLogger |
Simple interface for attaching an external logger.
|
PersistitLogMessage.LogItem |
Interface for a loggable item.
|
Class | Description |
---|---|
DefaultPersistitLogger |
The default implementation of logging for Persistit.
|
LogBase |
Log message and configuration mechanism for Persistit's internal logging
method.
|
PersistitLogMessage |
A template for a Persisit log message.
|
Slf4jAdapter |
Wraps an
org.slf4j.Logger instance for Persistit logging. |
Enum | Description |
---|---|
PersistitLevel |
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.
Copyright © 2025 Open Identity Platform Community. All rights reserved.