Uses of Interface
org.apache.logging.log4j.core.LogEvent
Packages that use LogEvent
Package
Description
Implementation of Log4j 2.
Log4j 2 Appenders.
The classes in this package and sub packages provide appenders for various types of databases and methods for
accessing databases.
The JDBC Appender supports writing log events to a relational database using standard JDBC connections.
Message oriented middleware appenders.
Classes and interfaces for ZeroMQ/JeroMQ support.
Classes and interfaces for Kafka appender support.
The NoSQL Appender supports writing log events to NoSQL databases.
Apache Flume Appender.
Rolling File Appender and support classes.
Apache Flume Appender.
Provides Asynchronous Logger classes and interfaces for low-latency logging.
Configuration of Log4j 2.
Utility and manager classes for Log4j 2 plugins.
Visitor classes for extracting values from a Configuration or Node corresponding to a plugin annotation.
Log4j 2 Filter support.
Log4j 2 private implementation classes.
Log4j 2 Layout support.
Log4j 2 Lookups.
Log4j 2 network support.
Parsers for the output of various layouts.
Provides classes implementing format specifiers in conversion patterns.
-
Uses of LogEvent in org.apache.logging.log4j.core
Classes in org.apache.logging.log4j.core that implement LogEventModifier and TypeClassDescriptionclassAn abstract log event implementation with default values for all methods.Methods in org.apache.logging.log4j.core that return LogEventModifier and TypeMethodDescriptionAbstractLogEvent.toImmutable()Subclasses should implement this method to provide an immutable version.LogEvent.toImmutable()Returns an immutable version of this log event, which MAY BE a copy of this event.Methods in org.apache.logging.log4j.core with parameters of type LogEventModifier and TypeMethodDescriptionvoidLogs a LogEvent using whatever logic this Appender wishes to use.voidHandle an error with a message, and exception and a logging event.Filter an event.voidvoidbyte[]Layout.toByteArray(LogEvent event) Formats the event suitable for display.Layout.toSerializable(LogEvent event) Formats the event as an Object that can be serialized. -
Uses of LogEvent in org.apache.logging.log4j.core.appender
Methods in org.apache.logging.log4j.core.appender with parameters of type LogEventModifier and TypeMethodDescriptionvoidActual writing occurs here.voidActual writing occurs here.voidActual writing occurs here.voidvoidHandle the Log event.voidvoidvoidWrites the log entry rolling over the file when required.voidWrite the log entry rolling over the file when required.voidvoidPerform SmtpAppender specific appending actions, mainly adding the event to a cyclic buffer and checking if the event triggers an e-mail to be sent.protected voidAbstractOutputStreamAppender.directEncodeEvent(LogEvent event) protected voidSocketAppender.directEncodeEvent(LogEvent event) voidHandle an error with a message, exception, and a logging event, using theErrorHandlerconfigured for this Appender.voidHandle an error with a message, an exception, and a logging event.booleanSmtpAppender.isFiltered(LogEvent event) Capture all events in CyclicBuffer.voidAsyncAppender.logMessageInBackgroundThread(LogEvent logEvent) FOR INTERNAL USE ONLY.voidAsyncAppender.logMessageInCurrentThread(LogEvent logEvent) FOR INTERNAL USE ONLY.abstract voidvoidprotected SerializableAbstractAppender.toSerializable(LogEvent event) Serializes the given event using the appender's layout if present.protected voidAbstractOutputStreamAppender.writeByteArrayToManager(LogEvent event) Method parameters in org.apache.logging.log4j.core.appender with type arguments of type LogEventModifier and TypeMethodDescriptionAsyncAppender.Builder.setBlockingQueueFactory(BlockingQueueFactory<LogEvent> blockingQueueFactory) -
Uses of LogEvent in org.apache.logging.log4j.core.appender.db
Methods in org.apache.logging.log4j.core.appender.db that return types with arguments of type LogEventModifier and TypeMethodDescriptionAbstractDatabaseAppender.getLayout()This always returnsnull, as database appenders do not use a single layout.Methods in org.apache.logging.log4j.core.appender.db with parameters of type LogEventModifier and TypeMethodDescriptionfinal voidprotected voidfinal voidDeprecated.final voidAbstractDatabaseManager.write(LogEvent event, Serializable serializable) This method manages buffering and writing of events.protected voidAbstractDatabaseManager.writeInternal(LogEvent event) Deprecated.protected abstract voidAbstractDatabaseManager.writeInternal(LogEvent event, Serializable serializable) Performs the actual writing of the event in an implementation-specific way.protected voidAbstractDatabaseManager.writeThrough(LogEvent event, Serializable serializable) -
Uses of LogEvent in org.apache.logging.log4j.core.appender.db.jdbc
Methods in org.apache.logging.log4j.core.appender.db.jdbc with parameters of type LogEventModifier and TypeMethodDescriptionprotected voidJdbcDatabaseManager.writeInternal(LogEvent event, Serializable serializable) protected voidJdbcDatabaseManager.writeThrough(LogEvent event, Serializable serializable) -
Uses of LogEvent in org.apache.logging.log4j.core.appender.mom
Methods in org.apache.logging.log4j.core.appender.mom with parameters of type LogEvent -
Uses of LogEvent in org.apache.logging.log4j.core.appender.mom.jeromq
Methods in org.apache.logging.log4j.core.appender.mom.jeromq with parameters of type LogEvent -
Uses of LogEvent in org.apache.logging.log4j.core.appender.mom.kafka
Methods in org.apache.logging.log4j.core.appender.mom.kafka with parameters of type LogEvent -
Uses of LogEvent in org.apache.logging.log4j.core.appender.nosql
Methods in org.apache.logging.log4j.core.appender.nosql with parameters of type LogEventModifier and TypeMethodDescriptionprotected voidNoSqlDatabaseManager.writeInternal(LogEvent event, Serializable serializable) -
Uses of LogEvent in org.apache.logging.log4j.core.appender.rewrite
Methods in org.apache.logging.log4j.core.appender.rewrite that return LogEventModifier and TypeMethodDescriptionRewrite the event.Rewrites the event.Rewrite a logging event.Methods in org.apache.logging.log4j.core.appender.rewrite with parameters of type LogEventModifier and TypeMethodDescriptionvoidModifies the event and pass to the subordinate Appenders.Rewrite the event.Rewrites the event.Rewrite a logging event. -
Uses of LogEvent in org.apache.logging.log4j.core.appender.rolling
Methods in org.apache.logging.log4j.core.appender.rolling with parameters of type LogEventModifier and TypeMethodDescriptionvoidRollingFileManager.checkRollover(LogEvent event) Determines if a rollover should occur.booleanCompositeTriggeringPolicy.isTriggeringEvent(LogEvent event) Determines if a rollover should occur.booleanCronTriggeringPolicy.isTriggeringEvent(LogEvent event) Determines whether a rollover should occur.booleanNoOpTriggeringPolicy.isTriggeringEvent(LogEvent logEvent) booleanOnStartupTriggeringPolicy.isTriggeringEvent(LogEvent event) Determine if a rollover should be triggered.booleanSizeBasedTriggeringPolicy.isTriggeringEvent(LogEvent event) Returns true if a rollover should occur.booleanTimeBasedTriggeringPolicy.isTriggeringEvent(LogEvent event) Determines whether a rollover should occur.booleanTriggeringPolicy.isTriggeringEvent(LogEvent logEvent) Determines if a rollover may be appropriate at this time. -
Uses of LogEvent in org.apache.logging.log4j.core.appender.routing
Methods in org.apache.logging.log4j.core.appender.routing with parameters of type LogEventModifier and TypeMethodDescriptionvoidRoutes.getPattern(LogEvent event, ConcurrentMap<Object, Object> scriptStaticVariables) Returns the pattern.voidvoid -
Uses of LogEvent in org.apache.logging.log4j.core.async
Classes in org.apache.logging.log4j.core.async that implement LogEventModifier and TypeClassDescriptionclassWhen the Disruptor is started, the RingBuffer is populated with event objects.Methods in org.apache.logging.log4j.core.async that return LogEventModifier and TypeMethodDescriptionRingBufferLogEvent.createMemento()Deprecated.since 2.25.0.RingBufferLogEvent.toImmutable()Methods in org.apache.logging.log4j.core.async with parameters of type LogEventModifier and TypeMethodDescriptionprotected voidAsyncLoggerConfig.callAppenders(LogEvent event) voidAsyncLoggerConfigDelegate.enqueueEvent(LogEvent event, AsyncLoggerConfig asyncLoggerConfig) Enqueues theLogEventon the mixed configuration ringbuffer.voidAsyncLoggerConfigDisruptor.enqueueEvent(LogEvent event, AsyncLoggerConfig asyncLoggerConfig) protected voidAsyncLoggerConfig.log(LogEvent event, LoggerConfig.LoggerConfigPredicate predicate) abstract voidEventRoute.logMessage(AsyncAppender asyncAppender, LogEvent coreEvent) abstract voidEventRoute.logMessage(AsyncLoggerConfig asyncLoggerConfig, LogEvent event) booleanAsyncLoggerConfigDelegate.tryEnqueue(LogEvent event, AsyncLoggerConfig asyncLoggerConfig) booleanAsyncLoggerConfigDisruptor.tryEnqueue(LogEvent event, AsyncLoggerConfig asyncLoggerConfig) -
Uses of LogEvent in org.apache.logging.log4j.core.config
Methods in org.apache.logging.log4j.core.config with parameters of type LogEventModifier and TypeMethodDescriptionvoidAppenderControl.callAppender(LogEvent event) Call the appender.protected voidLoggerConfig.callAppenders(LogEvent event) voidAbstractConfiguration.createConfiguration(Node node, LogEvent event) voidConfiguration.createConfiguration(Node node, LogEvent event) voidAwaitCompletionReliabilityStrategy.log(Supplier<LoggerConfig> reconfigured, LogEvent event) voidAwaitUnconditionallyReliabilityStrategy.log(Supplier<LoggerConfig> reconfigured, LogEvent event) voidDefaultReliabilityStrategy.log(Supplier<LoggerConfig> reconfigured, LogEvent event) voidLockingReliabilityStrategy.log(Supplier<LoggerConfig> reconfigured, LogEvent event) voidLogs an event.protected voidLoggerConfig.log(LogEvent event, LoggerConfig.LoggerConfigPredicate predicate) Logs an event.voidReliabilityStrategy.log(Supplier<LoggerConfig> reconfigured, LogEvent event) Logs an event.protected voidLoggerConfig.processLogEvent(LogEvent event, LoggerConfig.LoggerConfigPredicate predicate) Logs an event, bypassing filters. -
Uses of LogEvent in org.apache.logging.log4j.core.config.plugins.util
Methods in org.apache.logging.log4j.core.config.plugins.util with parameters of type LogEventModifier and TypeMethodDescriptionPluginBuilder.forLogEvent(LogEvent event) Specifies the LogEvent that may be used to provide extra context for string substitutions. -
Uses of LogEvent in org.apache.logging.log4j.core.config.plugins.visitors
Methods in org.apache.logging.log4j.core.config.plugins.visitors with parameters of type LogEventModifier and TypeMethodDescriptionPluginAttributeVisitor.visit(Configuration configuration, Node node, LogEvent event, StringBuilder log) PluginBuilderAttributeVisitor.visit(Configuration configuration, Node node, LogEvent event, StringBuilder log) PluginConfigurationVisitor.visit(Configuration configuration, Node node, LogEvent event, StringBuilder log) PluginElementVisitor.visit(Configuration configuration, Node node, LogEvent event, StringBuilder log) PluginLoggerContextVisitor.visit(Configuration configuration, Node node, LogEvent event, StringBuilder log) PluginNodeVisitor.visit(Configuration configuration, Node node, LogEvent event, StringBuilder log) PluginValueVisitor.visit(Configuration configuration, Node node, LogEvent event, StringBuilder log) PluginVisitor.visit(Configuration configuration, Node node, LogEvent event, StringBuilder log) Visits a Node to obtain a value for constructing a Plugin object. -
Uses of LogEvent in org.apache.logging.log4j.core.filter
Methods in org.apache.logging.log4j.core.filter with parameters of type LogEventModifier and TypeMethodDescriptionContext Filter method.Filter an event.booleanAbstractFilterable.isFiltered(LogEvent event) Determine if the LogEvent should be processed or ignored.booleanFilterable.isFiltered(LogEvent event) Determines if the event should be filtered. -
Uses of LogEvent in org.apache.logging.log4j.core.impl
Classes in org.apache.logging.log4j.core.impl that implement LogEventModifier and TypeClassDescriptionclassImplementation of a LogEvent.classMutable implementation of theLogEventinterface.Methods in org.apache.logging.log4j.core.impl that return LogEventModifier and TypeMethodDescriptionDefaultLogEventFactory.createEvent(String loggerName, Marker marker, String fqcn, StackTraceElement location, Level level, Message data, List<Property> properties, Throwable t) Creates a log event.DefaultLogEventFactory.createEvent(String loggerName, Marker marker, String fqcn, Level level, Message data, List<Property> properties, Throwable t) Creates a log event.LocationAwareLogEventFactory.createEvent(String loggerName, Marker marker, String fqcn, StackTraceElement location, Level level, Message data, List<Property> properties, Throwable t) default LogEventLogEventFactory.createEvent(String loggerName, Marker marker, String fqcn, StackTraceElement location, Level level, Message data, List<Property> properties, Throwable t) LogEventFactory.createEvent(String loggerName, Marker marker, String fqcn, Level level, Message data, List<Property> properties, Throwable t) ReusableLogEventFactory.createEvent(String loggerName, Marker marker, String fqcn, StackTraceElement location, Level level, Message message, List<Property> properties, Throwable t) Creates a log event.ReusableLogEventFactory.createEvent(String loggerName, Marker marker, String fqcn, Level level, Message message, List<Property> properties, Throwable t) Creates a log event.static LogEventLog4jLogEvent.createMemento(LogEvent logEvent) Creates a new immutable copy of aLogEvent.Methods in org.apache.logging.log4j.core.impl with parameters of type LogEventModifier and TypeMethodDescriptionstatic LogEventLog4jLogEvent.createMemento(LogEvent logEvent) Creates a new immutable copy of aLogEvent.static Log4jLogEventLog4jLogEvent.createMemento(LogEvent event, boolean includeLocation) Creates and returns a new immutable copy of thisLog4jLogEvent.voidInitialize the fields of thisMutableLogEventfrom another event.static voidSwitches thereservedflag off if the specified event is a MutableLogEvent, otherwise does nothing.static SerializableTake a snapshot of the specifiedLogEvent.Constructors in org.apache.logging.log4j.core.impl with parameters of type LogEvent -
Uses of LogEvent in org.apache.logging.log4j.core.layout
Methods in org.apache.logging.log4j.core.layout that return LogEventModifier and TypeMethodDescriptionSerializedLayout.toSerializable(LogEvent event) Deprecated.Returns the LogEvent.Methods in org.apache.logging.log4j.core.layout with parameters of type LogEventModifier and TypeMethodDescriptionvoidAbstractLayout.encode(LogEvent event, ByteBufferDestination destination) Encodes the specified source LogEvent to some binary representation and writes the result to the specified destination.voidGelfLayout.encode(LogEvent event, ByteBufferDestination destination) voidPatternLayout.encode(LogEvent event, ByteBufferDestination destination) LevelPatternSelector.getFormatters(LogEvent event) MarkerPatternSelector.getFormatters(LogEvent event) PatternSelector.getFormatters(LogEvent event) ScriptPatternSelector.getFormatters(LogEvent event) voidPatternLayout.serialize(LogEvent event, StringBuilder stringBuilder) byte[]AbstractStringLayout.toByteArray(LogEvent event) Formats the Log Event as a byte array.byte[]GelfLayout.toByteArray(LogEvent event) byte[]MessageLayout.toByteArray(LogEvent event) byte[]SerializedLayout.toByteArray(LogEvent event) Deprecated.Formats aLogEventas a serialized byte array of the LogEvent object.AbstractStringLayout.Serializer.toSerializable(LogEvent event) default StringBuilderAbstractStringLayout.Serializer.toSerializable(LogEvent event, StringBuilder builder) AbstractStringLayout.Serializer2.toSerializable(LogEvent event, StringBuilder builder) CsvLogEventLayout.toSerializable(LogEvent event) CsvParameterLayout.toSerializable(LogEvent event) GelfLayout.toSerializable(LogEvent event) HtmlLayout.toSerializable(LogEvent event) Formats as a String.voidJsonLayout.toSerializable(LogEvent event, Writer writer) MessageLayout.toSerializable(LogEvent event) PatternLayout.toSerializable(LogEvent event) Formats a logging event to a writer.Rfc5424Layout.toSerializable(LogEvent event) Formats aLogEventin conformance with the RFC 5424 Syslog specification.SerializedLayout.toSerializable(LogEvent event) Deprecated.Returns the LogEvent.SyslogLayout.toSerializable(LogEvent event) Formats aLogEventin conformance with the BSD Log record format. -
Uses of LogEvent in org.apache.logging.log4j.core.lookup
Methods in org.apache.logging.log4j.core.lookup with parameters of type LogEventModifier and TypeMethodDescriptionResolves the specified variable.default LookupResultSame asStrLookup.lookup(LogEvent, String), but provides additional metadata describing the result.Looks up the value from the ThreadContext Map.Looks up d the current date or the date in the LogEvent.Looks up the value of the environment variable.Looks up the value from the logging event.Resolves the specified variable.Looks up the value of the environment variable.Looks up the value of the JNDI resource.Converts the "key" to lower case.Looks up the value for the key in the format "BundleName:BundleKey".Looks up a String key to a String value possibly using the current LogEvent.Looks up the value for the key using the data in the LogEvent.Looks up the value for the key using the data in the LogEvent.Converts the "key" to upper case.Replaces all the occurrences of variables with their matching values from the resolver using the given source array as a template.Replaces all the occurrences of variables with their matching values from the resolver using the given source array as a template.Replaces all the occurrences of variables in the given source object with their matching values from the resolver.Replaces all the occurrences of variables with their matching values from the resolver using the given source string as a template.StrSubstitutor.replace(LogEvent event, StringBuffer source) Replaces all the occurrences of variables with their matching values from the resolver using the given source buffer as a template.StrSubstitutor.replace(LogEvent event, StringBuffer source, int offset, int length) Replaces all the occurrences of variables with their matching values from the resolver using the given source buffer as a template.StrSubstitutor.replace(LogEvent event, StringBuilder source) Replaces all the occurrences of variables with their matching values from the resolver using the given source builder as a template.StrSubstitutor.replace(LogEvent event, StringBuilder source, int offset, int length) Replaces all the occurrences of variables with their matching values from the resolver using the given source builder as a template.Replaces all the occurrences of variables with their matching values from the resolver using the given source string as a template.booleanStrSubstitutor.replaceIn(LogEvent event, StringBuffer source, int offset, int length) Replaces all the occurrences of variables within the given source buffer with their matching values from the resolver.booleanStrSubstitutor.replaceIn(LogEvent event, StringBuilder source) Replaces all the occurrences of variables within the given source builder with their matching values from the resolver.booleanStrSubstitutor.replaceIn(LogEvent event, StringBuilder source, int offset, int length) Replaces all the occurrences of variables within the given source builder with their matching values from the resolver.protected LookupResultStrSubstitutor.resolveVariable(LogEvent event, String variableName, StringBuilder buf, int startPos, int endPos) Internal method that resolves the value of a variable.protected booleanStrSubstitutor.substitute(LogEvent event, StringBuilder buf, int offset, int length) Internal method that substitutes the variables. -
Uses of LogEvent in org.apache.logging.log4j.core.net
Methods in org.apache.logging.log4j.core.net with parameters of type LogEventModifier and TypeMethodDescriptionabstract voidAdds an event to the cyclic buffer.voidprotected byte[]SmtpManager.formatContentToBytes(LogEvent[] priorEvents, LogEvent appendEvent, Layout<?> layout) abstract voidMailManager.sendEvents(Layout<?> layout, LogEvent appendEvent) Send the contents of the cyclic buffer as an e-mail message.voidSmtpManager.sendEvents(Layout<?> layout, LogEvent appendEvent) protected voidSmtpManager.writeBuffer(LogEvent[] priorEvents, LogEvent appendEvent, Layout<?> layout, OutputStream out) -
Uses of LogEvent in org.apache.logging.log4j.core.parser
Methods in org.apache.logging.log4j.core.parser that return LogEventModifier and TypeMethodDescriptionLogEventParser.parseFrom(byte[] input) Parses a byte array, which is expected to contain exactly one log event.LogEventParser.parseFrom(byte[] input, int offset, int length) Parses a specified range in a byte array.Parses a String, which is expected to contain exactly one log event. -
Uses of LogEvent in org.apache.logging.log4j.core.pattern
Methods in org.apache.logging.log4j.core.pattern with parameters of type LogEventModifier and TypeMethodDescriptionvoidAbstractStyleNameConverter.format(LogEvent event, StringBuilder toAppendTo) Formats an event into a string buffer.voidClassNamePatternConverter.format(LogEvent event, StringBuilder toAppendTo) Format a logging event.voidDatePatternConverter.format(LogEvent event, StringBuilder output) voidEncodingPatternConverter.format(LogEvent event, StringBuilder toAppendTo) Formats an event into a string buffer.voidEndOfBatchPatternConverter.format(LogEvent event, StringBuilder toAppendTo) Formats an event into a string buffer.voidEqualsBaseReplacementConverter.format(LogEvent event, StringBuilder toAppendTo) Formats an event into a string buffer.voidFileLocationPatternConverter.format(LogEvent event, StringBuilder output) Formats an event into a string buffer.voidFullLocationPatternConverter.format(LogEvent event, StringBuilder output) Formats an event into a string buffer.voidHighlightConverter.format(LogEvent event, StringBuilder toAppendTo) Formats an event into a string buffer.voidLevelPatternConverter.format(LogEvent event, StringBuilder output) Formats an event into a string buffer.voidLineLocationPatternConverter.format(LogEvent event, StringBuilder output) Formats an event into a string buffer.voidLineSeparatorPatternConverter.format(LogEvent ignored, StringBuilder toAppendTo) Formats an event into a string buffer.voidLiteralPatternConverter.format(LogEvent event, StringBuilder toAppendTo) Formats an event into a string buffer.abstract voidLogEventPatternConverter.format(LogEvent event, StringBuilder toAppendTo) Formats an event into a string buffer.voidLoggerFqcnPatternConverter.format(LogEvent event, StringBuilder toAppendTo) Formats an event into a string buffer.voidLoggerPatternConverter.format(LogEvent event, StringBuilder toAppendTo) Formats an event into a string buffer.voidMapPatternConverter.format(LogEvent event, StringBuilder toAppendTo) Formats an event into a string buffer.voidMarkerPatternConverter.format(LogEvent event, StringBuilder toAppendTo) Formats an event into a string buffer.voidMarkerSimpleNamePatternConverter.format(LogEvent event, StringBuilder toAppendTo) Formats an event into a string buffer.voidMaxLengthConverter.format(LogEvent event, StringBuilder toAppendTo) voidMdcPatternConverter.format(LogEvent event, StringBuilder toAppendTo) Formats an event into a string buffer.voidMessagePatternConverter.format(LogEvent event, StringBuilder toAppendTo) voidMethodLocationPatternConverter.format(LogEvent event, StringBuilder toAppendTo) Formats an event into a string buffer.voidNanoTimePatternConverter.format(LogEvent event, StringBuilder output) Formats an event into a string buffer.voidNdcPatternConverter.format(LogEvent event, StringBuilder toAppendTo) voidPatternFormatter.format(LogEvent event, StringBuilder buf) voidProcessIdPatternConverter.format(LogEvent event, StringBuilder toAppendTo) Formats an event into a string buffer.voidRegexReplacementConverter.format(LogEvent event, StringBuilder toAppendTo) Formats an event into a string buffer.voidRelativeTimePatternConverter.format(LogEvent event, StringBuilder toAppendTo) Formats an event into a string buffer.voidRepeatPatternConverter.format(LogEvent event, StringBuilder toAppendTo) Adds the repeated String to the buffer.voidSequenceNumberPatternConverter.format(LogEvent event, StringBuilder toAppendTo) Formats an event into a string buffer.voidStyleConverter.format(LogEvent event, StringBuilder toAppendTo) Formats an event into a string buffer.voidThreadIdPatternConverter.format(LogEvent event, StringBuilder toAppendTo) Formats an event into a string buffer.voidThreadNamePatternConverter.format(LogEvent event, StringBuilder toAppendTo) Formats an event into a string buffer.voidThreadPriorityPatternConverter.format(LogEvent event, StringBuilder toAppendTo) Formats an event into a string buffer.voidThrowablePatternConverter.format(LogEvent event, StringBuilder buffer) Formats an event into a string buffer.voidUuidPatternConverter.format(LogEvent event, StringBuilder toAppendTo) Formats an event into a string buffer.voidVariablesNotEmptyReplacementConverter.format(LogEvent event, StringBuilder toAppendTo) Formats an event into a string buffer.protected StringDeprecated.Planned to be removed without a replacement
AbstractDatabaseManager.write(LogEvent, Serializable).