Uses of Class
org.apache.logging.log4j.core.impl.Log4jLogEvent
-
Packages that use Log4jLogEvent Package Description org.apache.logging.log4j.core.impl Log4j 2 private implementation classes. -
-
Uses of Log4jLogEvent in org.apache.logging.log4j.core.impl
Methods in org.apache.logging.log4j.core.impl that return Log4jLogEvent Modifier and Type Method Description Log4jLogEvent
Log4jLogEvent.Builder. build()
static Log4jLogEvent
Log4jLogEvent. createEvent(String loggerName, Marker marker, String loggerFQCN, Level level, Message message, Throwable thrown, ThrowableProxy thrownProxy, Map<String,String> mdc, ThreadContext.ContextStack ndc, String threadName, StackTraceElement location, long timestamp)
Deprecated.useLog4jLogEvent.Builder
instead.static Log4jLogEvent
Log4jLogEvent. createMemento(LogEvent event, boolean includeLocation)
Creates and returns a new immutable copy of thisLog4jLogEvent
.Log4jLogEvent
MutableLogEvent. createMemento()
Creates and returns a new immutable copy of thisMutableLogEvent
.static Log4jLogEvent
Log4jLogEvent. deserialize(Serializable event)
Log4jLogEvent
Log4jLogEvent. toImmutable()
Log4jLogEvent
MutableLogEvent. toImmutable()
Methods in org.apache.logging.log4j.core.impl with parameters of type Log4jLogEvent Modifier and Type Method Description static Serializable
Log4jLogEvent. serialize(Log4jLogEvent event, boolean includeLocation)
Take a snapshot of the specifiedLog4jLogEvent
.
-