Uses of Class
org.junit.platform.launcher.listeners.LoggingListener
Packages that use LoggingListener
Package
Description
Common
TestExecutionListener implementations and related support classes for
the Launcher.-
Uses of LoggingListener in org.junit.platform.launcher.listeners
Methods in org.junit.platform.launcher.listeners that return LoggingListenerModifier and TypeMethodDescriptionstatic LoggingListenerLoggingListener.forBiConsumer(BiConsumer<Throwable, Supplier<String>> logger) Create aLoggingListenerwhich delegates to the suppliedBiConsumerfor consumption of logging messages.static LoggingListenerLoggingListener.forJavaUtilLogging()static LoggingListenerLoggingListener.forJavaUtilLogging(Level logLevel)