@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, writeJsonToclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitattach, compareByTimestamp, getArguments, getAttachments, getExtraArguments, getExtraArgumentsRaw, getExtraThrowable, getLevel, getLoggerName, getMarker, getMessage, getMessageFormat, getNrMessageArguments, getThreadName, getTimeStamp, getTimeStampInstant, hasAttachment, isLogged, setIsLogged, toLogRecordwriteJsonTo, writeTopublic TestLogRecordImpl(String loggerName, Level level, String format, Object... arguments)
@Nonnull public List<Throwable> getExtraThrowableChain()
getExtraThrowableChain in interface TestLogRecordpublic String toString()
Slf4jLogRecordImpltoString in class Slf4jLogRecordImplCopyright © 2021 SPF4J. All rights reserved.