Package org.slf4j
Class LoggerFactoryFriend
java.lang.Object
org.slf4j.LoggerFactoryFriend
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
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
reset()
static void
setDetectLoggerNameMismatch
(boolean enabled) Set LoggerFactory.DETECT_LOGGER_NAME_MISMATCH variable.
-
Constructor Details
-
LoggerFactoryFriend
public LoggerFactoryFriend()
-
-
Method Details
-
reset
-
setDetectLoggerNameMismatch
Set LoggerFactory.DETECT_LOGGER_NAME_MISMATCH variable.- Parameters:
enabled
- a boolean
-