public class PersistitLogMessage extends Object
LogBase
for usage. A
LogBase instance defines PersistitLogMessage.LogItem
instances as fields. At various
locations in the the Persistit code base, there may be a call to the
LogItem
instance's PersistitLogMessage.LogItem.log(Object...)
method to
record pertinent information in the log. Depending on the configured state of
the logging system, the LogItem's log
method may either do
nothing, or may emit a log message. The HotSpot JIT compiler dynamically
removes calls to methods that do nothing, so for disabledModifier and Type | Class and Description |
---|---|
static interface |
PersistitLogMessage.LogItem
Interface for a loggable item.
|
Constructor and Description |
---|
PersistitLogMessage() |
public static PersistitLogMessage.LogItem empty()
LogItem
which may, depending on its configuration,
emit log messages when its PersistitLogMessage.LogItem.log(Object...)
method
is called.Copyright © 2025 Open Identity Platform Community. All rights reserved.