C D F G L N R S
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- clearLogs() - Method in class nl.altindag.log.LogCaptor
D
- disableLogs() - Method in class nl.altindag.log.LogCaptor
-
Overrides the log level property of the target logger.
F
- forClass(Class<T>) - 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
- 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
- getLevel() - Method in class nl.altindag.log.model.LogEvent
- getLogEvents() - Method in class nl.altindag.log.LogCaptor
- getLogs() - Method in class nl.altindag.log.LogCaptor
- getMessage() - Method in class nl.altindag.log.model.LogEvent
- getThrowable() - Method in class nl.altindag.log.model.LogEvent
- getTraceLogs() - Method in class nl.altindag.log.LogCaptor
- getWarnLogs() - Method in class nl.altindag.log.LogCaptor
L
- LogCaptor - Class in nl.altindag.log
- LogEvent - Class in nl.altindag.log.model
- LogEvent(String, String, String, List<Object>, Throwable) - Constructor for class nl.altindag.log.model.LogEvent
N
- nl.altindag.log - package nl.altindag.log
- nl.altindag.log.model - package nl.altindag.log.model
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.
All Classes All Packages