Uses of Class
org.apache.logging.log4j.core.impl.Log4jLogEvent
Packages that use Log4jLogEvent
-
Uses of Log4jLogEvent in org.apache.logging.log4j.core.impl
Methods in org.apache.logging.log4j.core.impl that return Log4jLogEventModifier and TypeMethodDescriptionLog4jLogEvent.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.static Log4jLogEvent
Log4jLogEvent.createMemento
(LogEvent event, boolean includeLocation) Creates and returns a new immutable copy of thisLog4jLogEvent
.MutableLogEvent.createMemento()
Creates and returns a new immutable copy of thisMutableLogEvent
.static Log4jLogEvent
Log4jLogEvent.deserialize
(Serializable event) Log4jLogEvent.toImmutable()
MutableLogEvent.toImmutable()
Methods in org.apache.logging.log4j.core.impl with parameters of type Log4jLogEventModifier and TypeMethodDescriptionstatic Serializable
Log4jLogEvent.serialize
(Log4jLogEvent event, boolean includeLocation) Take a snapshot of the specifiedLog4jLogEvent
.
Log4jLogEvent.Builder
instead.