Uses of Class
org.junit.platform.commons.logging.LogRecordListener
-
Packages that use LogRecordListener Package Description org.junit.platform.commons.logging Internal logging package. -
-
Uses of LogRecordListener in org.junit.platform.commons.logging
Methods in org.junit.platform.commons.logging with parameters of type LogRecordListener Modifier and Type Method Description static 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.
-