Package | Description |
---|---|
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 |
---|---|
PersistitLevel |
PersistitLogMessage.LogItem.getLevel() |
PersistitLevel |
DefaultPersistitLogger.getLevel() |
static PersistitLevel |
PersistitLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersistitLevel[] |
PersistitLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PersistitLogMessage.LogItem.configure(PersistitLogger logger,
PersistitLevel level,
String message)
Modify this
LogItem to use the supplied
PersistitLogger . |
boolean |
Slf4jAdapter.isLoggable(PersistitLevel level)
Overrides
isLoggable to allow control by the wrapped
Logger . |
boolean |
PersistitLogger.isLoggable(PersistitLevel level)
Test whether a message at the specified level should be written to the
log.
|
boolean |
DefaultPersistitLogger.isLoggable(PersistitLevel level) |
void |
Slf4jAdapter.log(PersistitLevel level,
String message)
Writes a log message generated by Persistit to the wrapped
Logger . |
void |
PersistitLogger.log(PersistitLevel level,
String message)
Write the message to the log at the specified level.
|
void |
DefaultPersistitLogger.log(PersistitLevel level,
String message)
Writes a message to the log file and also displays high-significance
messages to
System.err . |
void |
DefaultPersistitLogger.setLevel(PersistitLevel level) |
Copyright © 2025 Open Identity Platform Community. All rights reserved.