Uses of Class
org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder
Packages that use Log4jLogEvent.Builder
Package
Description
Provides Asynchronous Logger classes and interfaces for low-latency logging.
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.BuilderModifier and TypeMethodDescriptionvoidRingBufferLogEvent.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.BuilderModifier and TypeMethodDescriptionLog4jLogEvent.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.Builder.setContextData(StringMap contextData) Log4jLogEvent.Builder.setContextMap(Map<String, String> contextMap) Deprecated.Log4jLogEvent.Builder.setContextStack(ThreadContext.ContextStack contextStack) Log4jLogEvent.Builder.setEndOfBatch(boolean endOfBatch) Log4jLogEvent.Builder.setIncludeLocation(boolean includeLocation) Log4jLogEvent.Builder.setInstant(Instant instant) Log4jLogEvent.Builder.setLoggerFqcn(String loggerFqcn) Log4jLogEvent.Builder.setLoggerName(String loggerName) Log4jLogEvent.Builder.setMessage(Message message) Log4jLogEvent.Builder.setNanoTime(long nanoTime) Sets the nano time for the event.Log4jLogEvent.Builder.setSource(StackTraceElement source) Log4jLogEvent.Builder.setThreadId(long threadId) Log4jLogEvent.Builder.setThreadName(String threadName) Log4jLogEvent.Builder.setThreadPriority(int threadPriority) Log4jLogEvent.Builder.setThrownProxy(ThrowableProxy thrownProxy) Log4jLogEvent.Builder.setTimeMillis(long timeMillis) Methods in org.apache.logging.log4j.core.impl with parameters of type Log4jLogEvent.BuilderModifier and TypeMethodDescriptionvoidMutableLogEvent.initializeBuilder(Log4jLogEvent.Builder builder) Initializes the specifiedLog4jLogEvent.Builderfrom thisMutableLogEvent.