Uses of Class
org.slf4j.event.SubstituteLoggingEvent
Packages that use SubstituteLoggingEvent
Package
Description
Core logging interfaces.
Helper classes.
-
Uses of SubstituteLoggingEvent in org.slf4j
Methods in org.slf4j with parameters of type SubstituteLoggingEventModifier and TypeMethodDescriptionprivate static void
LoggerFactory.emitReplayOrSubstituionWarning
(SubstituteLoggingEvent event, int queueSize) private static void
LoggerFactory.replaySingleEvent
(SubstituteLoggingEvent event) -
Uses of SubstituteLoggingEvent in org.slf4j.event
Fields in org.slf4j.event with type parameters of type SubstituteLoggingEventModifier and TypeFieldDescription(package private) Queue<SubstituteLoggingEvent>
EventRecodingLogger.eventQueue
Constructor parameters in org.slf4j.event with type arguments of type SubstituteLoggingEventModifierConstructorDescriptionEventRecodingLogger
(SubstituteLogger logger, Queue<SubstituteLoggingEvent> eventQueue) -
Uses of SubstituteLoggingEvent in org.slf4j.helpers
Fields in org.slf4j.helpers with type parameters of type SubstituteLoggingEventModifier and TypeFieldDescriptionprivate Queue<SubstituteLoggingEvent>
SubstituteLogger.eventQueue
(package private) final LinkedBlockingQueue<SubstituteLoggingEvent>
SubstituteLoggerFactory.eventQueue
Methods in org.slf4j.helpers that return types with arguments of type SubstituteLoggingEventConstructor parameters in org.slf4j.helpers with type arguments of type SubstituteLoggingEventModifierConstructorDescriptionSubstituteLogger
(String name, Queue<SubstituteLoggingEvent> eventQueue, boolean createdPostInitialization)