Uses of Class
org.slf4j.helpers.SubstituteLogger
-
Packages that use SubstituteLogger Package Description org.slf4j.event org.slf4j.helpers Helper classes. -
-
Uses of SubstituteLogger in org.slf4j.event
Fields in org.slf4j.event declared as SubstituteLogger Modifier and Type Field Description (package private) SubstituteLogger
EventRecodingLogger. logger
(package private) SubstituteLogger
SubstituteLoggingEvent. logger
Methods in org.slf4j.event that return SubstituteLogger Modifier and Type Method Description SubstituteLogger
SubstituteLoggingEvent. getLogger()
Methods in org.slf4j.event with parameters of type SubstituteLogger Modifier and Type Method Description void
SubstituteLoggingEvent. setLogger(SubstituteLogger logger)
Constructors in org.slf4j.event with parameters of type SubstituteLogger Constructor Description EventRecodingLogger(SubstituteLogger logger, java.util.Queue<SubstituteLoggingEvent> eventQueue)
-
Uses of SubstituteLogger in org.slf4j.helpers
Fields in org.slf4j.helpers with type parameters of type SubstituteLogger Modifier and Type Field Description (package private) java.util.Map<java.lang.String,SubstituteLogger>
SubstituteLoggerFactory. loggers
Methods in org.slf4j.helpers that return types with arguments of type SubstituteLogger Modifier and Type Method Description java.util.List<SubstituteLogger>
SubstituteLoggerFactory. getLoggers()
-