Uses of Class
org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
-
Packages that use Log4jLogEvent.Builder Package Description org.apache.logging.log4j.core.async Provides Asynchronous Logger classes and interfaces for low-latency logging.org.apache.logging.log4j.core.impl Log4j 2 private implementation classes. -
-
Uses of Log4jLogEvent.Builder in org.apache.logging.log4j.core.async
Methods in org.apache.logging.log4j.core.async with parameters of type Log4jLogEvent.Builder Modifier and Type Method Description voidRingBufferLogEvent. initializeBuilder(Log4jLogEvent.Builder builder)Initializes the specifiedLog4jLogEvent.Builderfrom thisRingBufferLogEvent. -
Uses of Log4jLogEvent.Builder in org.apache.logging.log4j.core.impl
Methods in org.apache.logging.log4j.core.impl that return Log4jLogEvent.Builder Modifier and Type Method Description Log4jLogEvent.BuilderLog4jLogEvent. asBuilder()Returns a new fully initializedLog4jLogEvent.Buildercontaining a copy of all fields of this event.static Log4jLogEvent.BuilderLog4jLogEvent. newBuilder()Returns a new emptyLog4jLogEvent.Builderwith all fields empty.Log4jLogEvent.BuilderLog4jLogEvent.Builder. setContextData(StringMap contextData)Log4jLogEvent.BuilderLog4jLogEvent.Builder. setContextMap(java.util.Map<java.lang.String,java.lang.String> contextMap)Deprecated.Log4jLogEvent.BuilderLog4jLogEvent.Builder. setContextStack(ThreadContext.ContextStack contextStack)Log4jLogEvent.BuilderLog4jLogEvent.Builder. setEndOfBatch(boolean endOfBatch)Log4jLogEvent.BuilderLog4jLogEvent.Builder. setIncludeLocation(boolean includeLocation)Log4jLogEvent.BuilderLog4jLogEvent.Builder. setInstant(Instant instant)Log4jLogEvent.BuilderLog4jLogEvent.Builder. setLevel(Level level)Log4jLogEvent.BuilderLog4jLogEvent.Builder. setLoggerFqcn(java.lang.String loggerFqcn)Log4jLogEvent.BuilderLog4jLogEvent.Builder. setLoggerName(java.lang.String loggerName)Log4jLogEvent.BuilderLog4jLogEvent.Builder. setMarker(Marker marker)Log4jLogEvent.BuilderLog4jLogEvent.Builder. setMessage(Message message)Log4jLogEvent.BuilderLog4jLogEvent.Builder. setNanoTime(long nanoTime)Sets the nano time for the event.Log4jLogEvent.BuilderLog4jLogEvent.Builder. setSource(java.lang.StackTraceElement source)Log4jLogEvent.BuilderLog4jLogEvent.Builder. setThreadId(long threadId)Log4jLogEvent.BuilderLog4jLogEvent.Builder. setThreadName(java.lang.String threadName)Log4jLogEvent.BuilderLog4jLogEvent.Builder. setThreadPriority(int threadPriority)Log4jLogEvent.BuilderLog4jLogEvent.Builder. setThrown(java.lang.Throwable thrown)Log4jLogEvent.BuilderLog4jLogEvent.Builder. setThrownProxy(ThrowableProxy thrownProxy)Log4jLogEvent.BuilderLog4jLogEvent.Builder. setTimeMillis(long timeMillis)Methods in org.apache.logging.log4j.core.impl with parameters of type Log4jLogEvent.Builder Modifier and Type Method Description voidMutableLogEvent. initializeBuilder(Log4jLogEvent.Builder builder)Initializes the specifiedLog4jLogEvent.Builderfrom thisMutableLogEvent.
-