A C D E F G H L 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
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
- 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
- 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
L
- 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
- LogMarker - Class in nl.altindag.log.model
- LogMarker(String, List<LogMarker>) - Constructor for class nl.altindag.log.model.LogMarker
N
- nl.altindag.log - package nl.altindag.log
- nl.altindag.log.exception - package nl.altindag.log.exception
- nl.altindag.log.model - package nl.altindag.log.model
- nl.altindag.logcaptor - module nl.altindag.logcaptor
R
- 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
- 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