Uses of Class
org.slf4j.event.SubstituteLoggingEvent
-
Packages that use SubstituteLoggingEvent Package Description org.slf4j.event org.slf4j.helpers -
-
Uses of SubstituteLoggingEvent in org.slf4j.event
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
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)
-