Class LogRecord
- java.lang.Object
-
- org.apache.qpid.server.logging.logback.LogRecord
-
- All Implemented Interfaces:
ManagedAttributeValue
public class LogRecord extends Object implements ManagedAttributeValue
-
-
Constructor Summary
Constructors Constructor Description LogRecord(long id, ch.qos.logback.classic.spi.ILoggingEvent event)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetId()StringgetLevel()StringgetLogger()StringgetMessage()StringgetThreadName()longgetTimestamp()
-