Uses of Class
org.junit.platform.commons.logging.LogRecordListener
Packages that use LogRecordListener
-
Uses of LogRecordListener in org.junit.platform.commons.logging
Fields in org.junit.platform.commons.logging with type parameters of type LogRecordListenerModifier and TypeFieldDescriptionprivate static final Set<LogRecordListener> LoggerFactory.listenersMethods in org.junit.platform.commons.logging with parameters of type LogRecordListenerModifier and TypeMethodDescriptionstatic voidLoggerFactory.addListener(LogRecordListener listener) Add the suppliedLogRecordListenerto the set of registered listeners.static voidLoggerFactory.removeListener(LogRecordListener listener) Remove the suppliedLogRecordListenerfrom the set of registered listeners.