Uses of Class
org.apache.logging.log4j.core.impl.Log4jLogEvent
-
Packages that use Log4jLogEvent Package Description org.apache.logging.log4j.core.impl -
-
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 Log4jLogEventLog4jLogEvent.Builder. build()static Log4jLogEventLog4jLogEvent. createEvent(java.lang.String loggerName, Marker marker, java.lang.String loggerFQCN, Level level, Message message, java.lang.Throwable thrown, ThrowableProxy ignoredThrownProxy, java.util.Map<java.lang.String,java.lang.String> mdc, ThreadContext.ContextStack ndc, java.lang.String threadName, java.lang.StackTraceElement location, long timestamp)Deprecated.useLog4jLogEvent.Builderinstead.static Log4jLogEventLog4jLogEvent. createMemento(LogEvent event, boolean includeLocation)Creates and returns a new immutable copy of thisLog4jLogEvent.Log4jLogEventMutableLogEvent. createMemento()Deprecated.since 2.25.0.static Log4jLogEventLog4jLogEvent. deserialize(java.io.Serializable event)Log4jLogEventLog4jLogEvent. toImmutable()Log4jLogEventMutableLogEvent. toImmutable()Returns an immutable version of this log event, which MAY BE a copy of this event.Methods in org.apache.logging.log4j.core.impl with parameters of type Log4jLogEvent Modifier and Type Method Description static java.io.SerializableLog4jLogEvent. serialize(Log4jLogEvent event, boolean includeLocation)Take a snapshot of the specifiedLog4jLogEvent.Constructors in org.apache.logging.log4j.core.impl with parameters of type Log4jLogEvent Constructor Description LogEventProxy(Log4jLogEvent event, boolean includeLocation)
-