Uses of Package
org.apache.logging.log4j.message
-
Packages that use org.apache.logging.log4j.message Package Description org.apache.logging.log4j Public API for Log4j 2.org.apache.logging.log4j.internal This package should be considered private.org.apache.logging.log4j.message Public Message Types used for Log4j 2.org.apache.logging.log4j.simple Simple logging implementation.org.apache.logging.log4j.spi Internal interfaces and classes to be used by authors of logging implementations or for internal use by API classes.org.apache.logging.log4j.status Status API for Log4j 2.org.apache.logging.log4j.util Internal utility classes for the Log4j 2 API. -
Classes in org.apache.logging.log4j.message used by org.apache.logging.log4j Class Description EntryMessage Entry flow messagesFlowMessageFactory Creates flow messages.Message An interface for various Message implementations that can be logged.MessageFactory Creates messages.StructuredDataMessage Represents a Message that conforms to an RFC 5424 StructuredData element along with the syslog message. -
Classes in org.apache.logging.log4j.message used by org.apache.logging.log4j.internal Class Description Message An interface for various Message implementations that can be logged. -
Classes in org.apache.logging.log4j.message used by org.apache.logging.log4j.message Class Description AbstractMessageFactory Provides an abstract superclass forMessageFactory2
implementations with default implementations (and forMessageFactory
by extension).AsynchronouslyFormattable Annotation that signals to asynchronous logging components that messages of this type can safely be passed to a background thread without callingMessage.getFormattedMessage()
first.EntryMessage Entry flow messagesExitMessage Exit flow messagesFlowMessage Flow messagesFlowMessageFactory Creates flow messages.LoggerNameAwareMessage Message that is interested in the name of the Logger.MapMessage Represents a Message that consists of a Map.MapMessage.MapFormat When set as the format specifier causes the Map to be formatted as XML.Message An interface for various Message implementations that can be logged.MessageCollectionMessage A Message that is a collection of Messages.MessageFactory Creates messages.MessageFactory2 Creates messages.MultiformatMessage A Message that can render itself in more than one way.ParameterConsumer An operation that accepts two input arguments and returns no result.ParameterizedMessageFactory ParameterizedNoReferenceMessageFactory ParameterVisitable Allows message parameters to be iterated over without any allocation or memory copies.ReusableMessage Messages implementing this interface are reused between logging calls.ReusableMessageFactory Implementation of theMessageFactory
interface that avoids allocating temporary objects where possible.SimpleMessageFactory StringFormatterMessageFactory StringMapMessage AStringMapMessage
typed toString
-only values.StructuredDataId The StructuredData identifier.StructuredDataMessage Represents a Message that conforms to an RFC 5424 StructuredData element along with the syslog message.StructuredDataMessage.Format Supported formats.ThreadInformation Interface used to print basic or extended thread information. -
Classes in org.apache.logging.log4j.message used by org.apache.logging.log4j.simple Class Description Message An interface for various Message implementations that can be logged.MessageFactory Creates messages. -
Classes in org.apache.logging.log4j.message used by org.apache.logging.log4j.spi Class Description EntryMessage Entry flow messagesFlowMessageFactory Creates flow messages.Message An interface for various Message implementations that can be logged.MessageFactory Creates messages.MessageFactory2 Creates messages. -
Classes in org.apache.logging.log4j.message used by org.apache.logging.log4j.status Class Description Message An interface for various Message implementations that can be logged. -
Classes in org.apache.logging.log4j.message used by org.apache.logging.log4j.util Class Description Message An interface for various Message implementations that can be logged.MessageFactory Creates messages.MultiformatMessage A Message that can render itself in more than one way.