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