Uses of Class
org.apache.log4j.spi.LoggingEvent
-
Packages that use LoggingEvent Package Description org.apache.log4j An rather minimal but sufficient implementation redirecting all calls to a log4j logger to a logback logger.org.slf4j.impl Implementations of core logging interfaces defined in theorg.slf4j
package. -
-
Uses of LoggingEvent in org.apache.log4j
Methods in org.apache.log4j with parameters of type LoggingEvent Modifier and Type Method Description void
Appender. doAppend(LoggingEvent event)
Log inAppender
specific way. -
Uses of LoggingEvent in org.slf4j.impl
Methods in org.slf4j.impl that return LoggingEvent Modifier and Type Method Description private LoggingEvent
Log4jLoggerAdapter. toLog4jEvent(LoggingEvent event, Level log4jLevel)
-