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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidreset()static voidsetDetectLoggerNameMismatch(boolean enabled) Set LoggerFactory.DETECT_LOGGER_NAME_MISMATCH variable.
- 
Constructor Details- 
LoggerFactoryFriendpublic LoggerFactoryFriend()
 
- 
- 
Method Details- 
reset
- 
setDetectLoggerNameMismatchSet LoggerFactory.DETECT_LOGGER_NAME_MISMATCH variable.- Parameters:
- enabled- a boolean
 
 
-