Uses of Class
org.slf4j.event.SubstituteLoggingEvent
-
Packages that use SubstituteLoggingEvent Package Description org.slf4j Core logging interfaces.org.slf4j.event org.slf4j.helpers Helper classes. -
-
Uses of SubstituteLoggingEvent in org.slf4j
Methods in org.slf4j with parameters of type SubstituteLoggingEvent Modifier and Type Method Description private 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 SubstituteLoggingEvent Modifier and Type Field Description (package private) java.util.Queue<SubstituteLoggingEvent>
EventRecodingLogger. eventQueue
Constructor parameters in org.slf4j.event with type arguments of type SubstituteLoggingEvent Constructor Description EventRecodingLogger(SubstituteLogger logger, java.util.Queue<SubstituteLoggingEvent> eventQueue)
-
Uses of SubstituteLoggingEvent in org.slf4j.helpers
Fields in org.slf4j.helpers with type parameters of type SubstituteLoggingEvent Modifier and Type Field Description private java.util.Queue<SubstituteLoggingEvent>
SubstituteLogger. eventQueue
(package private) java.util.concurrent.LinkedBlockingQueue<SubstituteLoggingEvent>
SubstituteLoggerFactory. eventQueue
Methods in org.slf4j.helpers that return types with arguments of type SubstituteLoggingEvent Modifier and Type Method Description java.util.concurrent.LinkedBlockingQueue<SubstituteLoggingEvent>
SubstituteLoggerFactory. getEventQueue()
Constructor parameters in org.slf4j.helpers with type arguments of type SubstituteLoggingEvent Constructor Description SubstituteLogger(java.lang.String name, java.util.Queue<SubstituteLoggingEvent> eventQueue, boolean createdPostInitialization)
-