Skip navigation links
A C D E F G I J L M N R S T V 

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
 

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
 
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
 
getMessage() - Method in class nl.altindag.log.model.LogEvent
 
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
 

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

LogCaptor - Class in nl.altindag.log
 
LogEvent - Class in nl.altindag.log.model
 
LogEvent(String, String, String, String, String, ZonedDateTime, List<Object>, Throwable, Map<String, String>) - 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.

M

Mappers - Class in nl.altindag.log.util
 

N

nl.altindag.log - package nl.altindag.log
 
nl.altindag.log.appender - package nl.altindag.log.appender
 
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
 

R

redirectToSlf4j(String) - Static method in class nl.altindag.log.util.JavaUtilLoggingLoggerUtils
 
requireLoggerOfType(T, Class<U>) - Static method in class nl.altindag.log.util.ValidationUtils
 
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 with setLogLevelToTrace()

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.model.LogEvent
 

V

ValidationUtils - Class in nl.altindag.log.util
NOTE: Please don't use this class directly as it is part of the internal API.
A C D E F G I J L M N R S T V 
Skip navigation links

Copyright © 2023. All rights reserved.