A C D E F G H I J L M N R S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addFilter(Filter<ILoggingEvent>) - Method in class nl.altindag.log.LogCaptor
- append(T) - Method in class nl.altindag.log.appender.InMemoryAppender
- apply(ILoggingEvent) - Method in class nl.altindag.log.mapper.LogEventMapper
- apply(Marker) - Method in class nl.altindag.log.mapper.MarkerMapper
C
- clearLogs() - Method in class nl.altindag.log.LogCaptor
- close() - Method in class nl.altindag.log.LogCaptor
D
- disableConsoleOutput() - Method in class nl.altindag.log.LogCaptor
-
Disables the output of the log entries to the console.
- disableLogs() - Method in class nl.altindag.log.LogCaptor
-
Overrides the log level property of the target logger.
E
- enableConsoleOutput() - Method in class nl.altindag.log.LogCaptor
-
The output of the log entries to the console are enabled by default but can be re-enabled if they are disabled earlier by
disableConsoleOutput()
F
- forClass(Class<?>) - Static method in class nl.altindag.log.LogCaptor
-
Captures log messages for the provided class
- forName(String) - Static method in class nl.altindag.log.LogCaptor
-
Captures log messages for the provided logger name
- forRoot() - Static method in class nl.altindag.log.LogCaptor
-
Captures all log messages
G
- getArguments() - Method in class nl.altindag.log.model.LogEvent
- getDebugLogs() - Method in class nl.altindag.log.LogCaptor
- getDiagnosticContext() - Method in class nl.altindag.log.model.LogEvent
- getErrorLogs() - Method in class nl.altindag.log.LogCaptor
- getFormattedMessage() - Method in class nl.altindag.log.model.LogEvent
- getInfoLogs() - Method in class nl.altindag.log.LogCaptor
- getInstance() - Static method in class nl.altindag.log.mapper.LogEventMapper
- getInstance() - Static method in class nl.altindag.log.mapper.MarkerMapper
- getKeyValuePairs() - Method in class nl.altindag.log.model.LogEvent
- getLevel() - Method in class nl.altindag.log.model.LogEvent
- getLogEvents() - Method in class nl.altindag.log.LogCaptor
- getLogger(String) - Static method in class nl.altindag.log.util.LogbackUtils
- getLoggerName() - Method in class nl.altindag.log.model.LogEvent
- getLogs() - Method in class nl.altindag.log.LogCaptor
- getMarkers() - Method in class nl.altindag.log.model.LogEvent
- getMessage() - Method in class nl.altindag.log.model.LogEvent
- getName() - Method in class nl.altindag.log.model.LogMarker
- getReferences() - Method in class nl.altindag.log.model.LogMarker
- getThreadName() - Method in class nl.altindag.log.model.LogEvent
- getThrowable() - Method in class nl.altindag.log.model.LogEvent
- getTimeStamp() - Method in class nl.altindag.log.model.LogEvent
- getTraceLogs() - Method in class nl.altindag.log.LogCaptor
- getWarnLogs() - Method in class nl.altindag.log.LogCaptor
H
- hasDebugMessage(String) - Method in class nl.altindag.log.LogCaptor
- hasErrorMessage(String) - Method in class nl.altindag.log.LogCaptor
- hasInfoMessage(String) - Method in class nl.altindag.log.LogCaptor
- hasMessage(String) - Method in class nl.altindag.log.LogCaptor
- hasTraceMessage(String) - Method in class nl.altindag.log.LogCaptor
- hasWarnMessage(String) - Method in class nl.altindag.log.LogCaptor
I
- InMemoryAppender<T> - Class in nl.altindag.log.appender
-
NOTE: Please don't use this class directly as it is part of the internal API.
- InMemoryAppender(String, List<T>) - Constructor for class nl.altindag.log.appender.InMemoryAppender
J
- JavaUtilLoggingLoggerUtils - Class in nl.altindag.log.util
L
- LogbackUtils - Class in nl.altindag.log.util
-
NOTE: Please don't use this class directly as it is part of the internal API.
- LogCaptor - Class in nl.altindag.log
- LogCaptorException - Exception in nl.altindag.log.exception
- LogCaptorException(String) - Constructor for exception nl.altindag.log.exception.LogCaptorException
- LogCaptorException(Throwable) - Constructor for exception nl.altindag.log.exception.LogCaptorException
- LogEvent - Class in nl.altindag.log.model
- LogEvent(String, String, String, String, String, ZonedDateTime, List<Object>, Throwable, Map<String, String>, List<Map.Entry<String, Object>>, List<LogMarker>) - Constructor for class nl.altindag.log.model.LogEvent
- LogEventMapper - Class in nl.altindag.log.mapper
-
NOTE: Please don't use this class directly as it is part of the internal API.
- LogMarker - Class in nl.altindag.log.model
- LogMarker(String, List<LogMarker>) - Constructor for class nl.altindag.log.model.LogMarker
M
- Mappers - Class in nl.altindag.log.util
- MarkerMapper - Class in nl.altindag.log.mapper
-
NOTE: Please don't use this class directly as it is part of the internal API.
N
- nl.altindag.log - package nl.altindag.log
- nl.altindag.log.appender - package nl.altindag.log.appender
- nl.altindag.log.exception - package nl.altindag.log.exception
- nl.altindag.log.mapper - package nl.altindag.log.mapper
- nl.altindag.log.model - package nl.altindag.log.model
- nl.altindag.log.util - package nl.altindag.log.util
- nl.altindag.logcaptor - module nl.altindag.logcaptor
R
- redirectToSlf4j(String) - Static method in class nl.altindag.log.util.JavaUtilLoggingLoggerUtils
- resetLogLevel() - Method in class nl.altindag.log.LogCaptor
-
Resets the log level of the target logger to the initial value which was available before changing it with
setLogLevelToInfo(),setLogLevelToDebug()or withsetLogLevelToTrace()
S
- setLogLevelToDebug() - Method in class nl.altindag.log.LogCaptor
-
Overrides the log level property of the target logger.
- setLogLevelToInfo() - Method in class nl.altindag.log.LogCaptor
-
Overrides the log level property of the target logger.
- setLogLevelToTrace() - Method in class nl.altindag.log.LogCaptor
-
Overrides the log level property of the target logger.
T
- toLogEvent() - Static method in class nl.altindag.log.util.Mappers
- toString() - Method in class nl.altindag.log.LogCaptor
- toString() - Method in class nl.altindag.log.model.LogEvent
- toString() - Method in class nl.altindag.log.model.LogMarker
All Classes All Packages