@ParametersAreNonnullByDefault @ThreadSafe public final class TestLogRecordImpl extends Slf4jLogRecordImpl implements TestLogRecord
Constructor and Description |
---|
TestLogRecordImpl(String loggerName,
Level level,
org.slf4j.Marker marker,
String format,
Object... arguments) |
TestLogRecordImpl(String loggerName,
Level level,
String format,
Object... arguments) |
Modifier and Type | Method and Description |
---|---|
List<Throwable> |
getExtraThrowableChain() |
String |
toString()
can be sub-classed to change the string representation.
|
attach, getArguments, getAttachments, getExtraArguments, getExtraArgumentsRaw, getExtraThrowable, getLevel, getLoggerName, getMarker, getMessage, getMessageFormat, getNrMessageArguments, getThreadName, getTimeStamp, hasAttachment, isLogged, setIsLogged, writeJsonTo
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
attach, compareByTimestamp, getArguments, getAttachments, getExtraArguments, getExtraArgumentsRaw, getExtraThrowable, getLevel, getLoggerName, getMarker, getMessage, getMessageFormat, getNrMessageArguments, getThreadName, getTimeStamp, getTimeStampInstant, hasAttachment, isLogged, setIsLogged, toLogRecord
writeJsonTo, writeTo
public TestLogRecordImpl(String loggerName, Level level, String format, Object... arguments)
@Nonnull public List<Throwable> getExtraThrowableChain()
getExtraThrowableChain
in interface TestLogRecord
public String toString()
Slf4jLogRecordImpl
toString
in class Slf4jLogRecordImpl
Copyright © 2021 SPF4J. All rights reserved.