Uses of Class
nl.altindag.log.model.LogEvent
-
Packages that use LogEvent Package Description nl.altindag.log nl.altindag.log.mapper nl.altindag.log.util -
-
Uses of LogEvent in nl.altindag.log
Methods in nl.altindag.log that return types with arguments of type LogEvent Modifier and Type Method Description List<LogEvent>LogCaptor. getLogEvents() -
Uses of LogEvent in nl.altindag.log.mapper
Methods in nl.altindag.log.mapper that return LogEvent Modifier and Type Method Description LogEventLogEventMapper. apply(ch.qos.logback.classic.spi.ILoggingEvent iLoggingEvent) -
Uses of LogEvent in nl.altindag.log.util
Methods in nl.altindag.log.util that return types with arguments of type LogEvent Modifier and Type Method Description static Function<ch.qos.logback.classic.spi.ILoggingEvent,LogEvent>Mappers. toLogEvent()
-