public interface PersistitLogger
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Called when Persistit stops using the log.
|
void |
flush()
Flush pending ouput
|
boolean |
isLoggable(PersistitLevel level)
Test whether a message at the specified level should be written to the
log.
|
void |
log(PersistitLevel level,
String message)
Write the message to the log at the specified level.
|
void |
open()
Called when Persistit starts using the log.
|
void log(PersistitLevel level, String message)
level - The level of the log eventmessage - A string-valued description of the eventboolean isLoggable(PersistitLevel level)
level - The level of the log eventvoid flush()
Copyright © 2025 Open Identity Platform Community. All rights reserved.