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
Methods 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
Methods in org.slf4j.helpers that return types with arguments of type SubstituteLogger Modifier and Type Method Description List<SubstituteLogger>SubstituteLoggerFactory. getLoggers()
-