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) SubstituteLoggerEventRecodingLogger. logger(package private) SubstituteLoggerSubstituteLoggingEvent. loggerMethods in org.slf4j.event that return SubstituteLogger Modifier and Type Method Description SubstituteLoggerSubstituteLoggingEvent. getLogger()Methods in org.slf4j.event with parameters of type SubstituteLogger Modifier and Type Method Description voidSubstituteLoggingEvent. setLogger(SubstituteLogger logger)Constructors in org.slf4j.event with parameters of type SubstituteLogger Constructor Description EventRecodingLogger(SubstituteLogger logger, 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) Map<String,SubstituteLogger>SubstituteLoggerFactory. loggersMethods in org.slf4j.helpers that return types with arguments of type SubstituteLogger Modifier and Type Method Description List<SubstituteLogger>SubstituteLoggerFactory. getLoggers()
-