Package org.apache.lucene.luke.util
Class CircularLogBufferHandler.ImmutableLogRecord
- java.lang.Object
-
- org.apache.lucene.luke.util.CircularLogBufferHandler.ImmutableLogRecord
-
- Enclosing class:
- CircularLogBufferHandler
public static final class CircularLogBufferHandler.ImmutableLogRecord extends Object
Provides an immutable clone of the required data from aLogRecordlogged elsewhere.
-
-
Constructor Summary
Constructors Constructor Description ImmutableLogRecord(LogRecord record)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstantgetInstant()LevelgetLevel()StringgetLoggerName()StringgetMessage()ThrowablegetThrown()
-