Uses of Package
org.apache.logging.log4j.core.layout
Packages that use org.apache.logging.log4j.core.layout
Package
Description
Implementation of Log4j 2.
Log4j 2 Appenders.
Rolling File Appender and support classes.
Log4j 2 Layout support.
Log4j 2 network support.
-
Classes in org.apache.logging.log4j.core.layout used by org.apache.log4j.bridgeClassDescriptionByteBufferDestination is the destination that
Encoder
s write binary data to.Objects implementing theEncoder
interface know how to convert an object to some binary representation and write the result to aByteBuffer
, ideally without creating temporary objects. -
Classes in org.apache.logging.log4j.core.layout used by org.apache.log4j.layoutClassDescriptionAbstract base class for Layouts.Subclasses can extend this abstract Builder.Abstract base class for Layouts that result in a String.ByteBufferDestination is the destination that
Encoder
s write binary data to.Objects implementing theEncoder
interface know how to convert an object to some binary representation and write the result to aByteBuffer
, ideally without creating temporary objects. -
Classes in org.apache.logging.log4j.core.layout used by org.apache.logging.log4j.coreClassDescriptionObjects implementing the
Encoder
interface know how to convert an object to some binary representation and write the result to aByteBuffer
, ideally without creating temporary objects. -
Classes in org.apache.logging.log4j.core.layout used by org.apache.logging.log4j.core.appenderClassDescriptionByteBufferDestination is the destination that
Encoder
s write binary data to.A LoggerFields container. -
Classes in org.apache.logging.log4j.core.layout used by org.apache.logging.log4j.core.appender.rolling
-
Classes in org.apache.logging.log4j.core.layout used by org.apache.logging.log4j.core.layoutClassDescriptionAbstract base class for Layouts.Subclasses can extend this abstract Builder.Abstract base class for Layouts that result in a String.Variation of
AbstractStringLayout.Serializer
that avoids allocating temporary objects.ByteBufferDestination is the destination thatEncoder
s write binary data to.Objects implementing theEncoder
interface know how to convert an object to some binary representation and write the result to aByteBuffer
, ideally without creating temporary objects.Outputs events as rows in an HTML table on an HTML page.Possible font sizesSelects the pattern to use based on the Level in the LogEvent.Custom MarkerPatternSelector builder.A LoggerFields container.Selects the pattern to use based on the Marker in the LogEvent.Custom MarkerPatternSelector builder.A flexible layout configurable with pattern string.Custom PatternLayout builder.PatternMatch configuration item.Allows different patterns to be used with the PatternLayout based on some selection criteria.Formats a log event in accordance with RFC 5424.Selects the pattern to use based on the result of executing a Script.Custom ScriptPatternSelector builder.Deprecated.Java Serialization has inherent security weaknesses, see https://www.owasp.org/index.php/Deserialization_of_untrusted_data .Formats a log event as a BSD Log record.Builds a SyslogLayout. -
Classes in org.apache.logging.log4j.core.layout used by org.apache.logging.log4j.core.net