Package | Description |
---|---|
org.slf4j |
Core logging interfaces.
|
org.slf4j.event | |
org.slf4j.helpers |
Helper classes.
|
Modifier and Type | Method and Description |
---|---|
private static void |
LoggerFactory.emitReplayOrSubstituionWarning(SubstituteLoggingEvent event,
int queueSize) |
private static void |
LoggerFactory.replaySingleEvent(SubstituteLoggingEvent event) |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Queue<SubstituteLoggingEvent> |
EventRecodingLogger.eventQueue |
Constructor and Description |
---|
EventRecodingLogger(SubstituteLogger logger,
java.util.Queue<SubstituteLoggingEvent> eventQueue) |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.concurrent.LinkedBlockingQueue<SubstituteLoggingEvent> |
SubstituteLoggerFactory.eventQueue |
private java.util.Queue<SubstituteLoggingEvent> |
SubstituteLogger.eventQueue |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.LinkedBlockingQueue<SubstituteLoggingEvent> |
SubstituteLoggerFactory.getEventQueue() |
Constructor and Description |
---|
SubstituteLogger(java.lang.String name,
java.util.Queue<SubstituteLoggingEvent> eventQueue,
boolean createdPostInitialization) |