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 voidLoggerFactory.emitReplayOrSubstituionWarning(SubstituteLoggingEvent event, int queueSize) private static voidLoggerFactory.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.eventQueueConstructor 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.eventQueueMethods 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)