Package io.cucumber.core.logging
Class LoggerFactory
- java.lang.Object
-
- io.cucumber.core.logging.LoggerFactory
-
public final class LoggerFactory extends Object
Cucumber uses the Java Logging APIs fromjava.util.logging(JUL).See the
LogManagerfor configuration options or use the JUL to SLF4J Bridge
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidaddListener(LogRecordListener listener)static LoggergetLogger(Class<?> clazz)Get aLoggerstatic voidremoveListener(LogRecordListener listener)
-
-
-
Method Detail
-
addListener
public static void addListener(LogRecordListener listener)
-
removeListener
public static void removeListener(LogRecordListener listener)
-
-