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.slf4jpackage. -
-
Uses of LoggingEvent in org.apache.log4j
Methods in org.apache.log4j with parameters of type LoggingEvent Modifier and Type Method Description voidAppender. doAppend(LoggingEvent event)Log inAppenderspecific way. -
Uses of LoggingEvent in org.slf4j.impl
Methods in org.slf4j.impl that return LoggingEvent Modifier and Type Method Description private LoggingEventLog4jLoggerAdapter. toLog4jEvent(LoggingEvent event, Level log4jLevel)
-