Package | Description |
---|---|
com.persistit |
Implements Persistit™'s core functionality.
|
com.persistit.logging |
Implements Persistit™'s logging mechanism and provides a simple method
for connecting Persistit's log output to the embedding application.
|
Modifier and Type | Method and Description |
---|---|
PersistitLogger |
Persistit.getPersistitLogger() |
Modifier and Type | Method and Description |
---|---|
void |
Persistit.setPersistitLogger(PersistitLogger logger)
Replaces the current logger implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultPersistitLogger
The default implementation of logging for Persistit.
|
class |
Slf4jAdapter
Wraps an
org.slf4j.Logger instance for Persistit logging. |
Modifier and Type | Method and Description |
---|---|
void |
LogBase.configure(PersistitLogger logger) |
void |
PersistitLogMessage.LogItem.configure(PersistitLogger logger,
PersistitLevel level,
String message)
Modify this
LogItem to use the supplied
PersistitLogger . |
Copyright © 2025 Open Identity Platform Community. All rights reserved.