Package org.slf4j
Class LoggerFactoryFriend
- java.lang.Object
-
- org.slf4j.LoggerFactoryFriend
-
public class LoggerFactoryFriend extends java.lang.Object
All methods in this class are reserved for internal use, for testing purposes.They can be modified, renamed or removed at any time without notice.
You are strongly discouraged calling any of the methods of this class.
- Since:
- 1.8.0
- Author:
- Ceki Gülcü
-
-
Constructor Summary
Constructors Constructor Description LoggerFactoryFriend()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidreset()static voidsetDetectLoggerNameMismatch(boolean enabled)Set LoggerFactory.DETECT_LOGGER_NAME_MISMATCH variable.
-
-
-
Constructor Detail
-
LoggerFactoryFriend
public LoggerFactoryFriend()
-
-
Method Detail
-
reset
public static void reset()
-
setDetectLoggerNameMismatch
public static void setDetectLoggerNameMismatch(boolean enabled)
Set LoggerFactory.DETECT_LOGGER_NAME_MISMATCH variable.- Parameters:
enabled- a boolean
-
-