Class LoggerFactory.DelegatingLogger
java.lang.Object
org.junit.platform.commons.logging.LoggerFactory.DelegatingLogger
- All Implemented Interfaces:
Logger
- Enclosing class:
LoggerFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidLog the providedThrowableand message from the providedmessageSupplierat config level.voidLog the message from the providedmessageSupplierat config level.private LogRecordcreateLogRecord(Level level, Throwable throwable, String message) voidLog the providedThrowableand message from the providedmessageSupplierat debug level.voidLog the message from the providedmessageSupplierat debug level.voidLog the providedThrowableand message from the providedmessageSupplierat error level.voidLog the message from the providedmessageSupplierat error level.voidLog the providedThrowableand message from the providedmessageSupplierat info level.voidLog the message from the providedmessageSupplierat info level.private voidprivate static StringnullSafeGet(Supplier<String> messageSupplier) voidLog the providedThrowableand message from the providedmessageSupplierat trace level.voidLog the message from the providedmessageSupplierat trace level.voidLog the providedThrowableand message from the providedmessageSupplierat warning level.voidLog the message from the providedmessageSupplierat warning level.
-
Field Details
-
FQCN
-
name
-
julLogger
-
-
Constructor Details
-
DelegatingLogger
DelegatingLogger(String name)
-
-
Method Details
-
error
Description copied from interface:LoggerLog the message from the providedmessageSupplierat error level.Maps to
Level.SEVEREin JUL. -
error
Description copied from interface:LoggerLog the providedThrowableand message from the providedmessageSupplierat error level.Maps to
Level.SEVEREin JUL. -
warn
Description copied from interface:LoggerLog the message from the providedmessageSupplierat warning level.Maps to
Level.WARNINGin JUL. -
warn
Description copied from interface:LoggerLog the providedThrowableand message from the providedmessageSupplierat warning level.Maps to
Level.WARNINGin JUL. -
info
Description copied from interface:LoggerLog the message from the providedmessageSupplierat info level.Maps to
Level.INFOin JUL. -
info
Description copied from interface:LoggerLog the providedThrowableand message from the providedmessageSupplierat info level.Maps to
Level.INFOin JUL. -
config
Description copied from interface:LoggerLog the message from the providedmessageSupplierat config level.Maps to
Level.CONFIGin JUL. -
config
Description copied from interface:LoggerLog the providedThrowableand message from the providedmessageSupplierat config level.Maps to
Level.CONFIGin JUL. -
debug
Description copied from interface:LoggerLog the message from the providedmessageSupplierat debug level.Maps to
Level.FINEin JUL. -
debug
Description copied from interface:LoggerLog the providedThrowableand message from the providedmessageSupplierat debug level.Maps to
Level.FINEin JUL. -
trace
Description copied from interface:LoggerLog the message from the providedmessageSupplierat trace level.Maps to
Level.FINERin JUL. -
trace
Description copied from interface:LoggerLog the providedThrowableand message from the providedmessageSupplierat trace level.Maps to
Level.FINERin JUL. -
log
-
createLogRecord
-
nullSafeGet
-