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 void
LoggerFactory. addListener(LogRecordListener listener)
Add the suppliedLogRecordListener
to the set of registered listeners.static void
LoggerFactory. removeListener(LogRecordListener listener)
Remove the suppliedLogRecordListener
from the set of registered listeners.
-