Uses of Interface
org.apache.logging.log4j.core.impl.LocationAware
Packages that use LocationAware
Package
Description
Log4j 2 Appenders.
Apache Flume Appender.
Apache Flume Appender.
Provides Asynchronous Logger classes and interfaces for low-latency logging.
Configuration of Log4j 2.
Log4j 2 Layout support.
Provides classes implementing format specifiers in conversion patterns.
-
Uses of LocationAware in org.apache.log4j.bridge
Classes in org.apache.log4j.bridge that implement LocationAware -
Uses of LocationAware in org.apache.log4j.layout
Classes in org.apache.log4j.layout that implement LocationAwareModifier and TypeClassDescriptionfinal class
Port of the layout used by SyslogAppender in Log4j 1.x.final class
Port of XMLLayout in Log4j 1.x. -
Uses of LocationAware in org.apache.logging.log4j.core.appender
Classes in org.apache.logging.log4j.core.appender that implement LocationAwareModifier and TypeClassDescriptionclass
Abstract base class for Appenders.class
AbstractFileAppender<M extends OutputStreamManager>
Abstract File Appender.class
AbstractOutputStreamAppender<M extends OutputStreamManager>
Appends log events as bytes to a byte output stream.class
AbstractWriterAppender<M extends WriterManager>
Appends log events as strings to a writer.final class
Appends to one or more Appenders asynchronously.final class
Appends log events toSystem.out
orSystem.err
using a layout specified by the user.class
No-Operation Appender that counts events.final class
The FailoverAppender will capture exceptions in an Appender and then route the event to a different appender.final class
File Appender.final class
Sends log events over HTTP.final class
Memory Mapped File Appender.class
An Appender that ignores log events.final class
Appends log events to a given output stream using a layout.final class
File Appender.final class
An appender that writes to files and can roll over at intervals.final class
An appender that writes to random access files and can roll over at intervals.class
class
An Appender that delivers events over socket connections.class
The Syslog Appender.final class
Appends log events to aWriter
. -
Uses of LocationAware in org.apache.logging.log4j.core.appender.rewrite
Classes in org.apache.logging.log4j.core.appender.rewrite that implement LocationAwareModifier and TypeClassDescriptionfinal class
This Appender allows the logging event to be manipulated before it is processed by other Appenders. -
Uses of LocationAware in org.apache.logging.log4j.core.appender.routing
Classes in org.apache.logging.log4j.core.appender.routing that implement LocationAwareModifier and TypeClassDescriptionfinal class
This Appender "routes" between various Appenders, some of which can be references to Appenders defined earlier in the configuration while others can be dynamically created within this Appender as required. -
Uses of LocationAware in org.apache.logging.log4j.core.async
Classes in org.apache.logging.log4j.core.async that implement LocationAwareModifier and TypeClassDescriptionclass
Asynchronous Logger object that is created via configuration and can be combined with synchronous loggers.static class
An asynchronous root Logger. -
Uses of LocationAware in org.apache.logging.log4j.core.config
Classes in org.apache.logging.log4j.core.config that implement LocationAwareModifier and TypeClassDescriptionclass
Logger object that is created via configuration.static class
The root Logger. -
Uses of LocationAware in org.apache.logging.log4j.core.layout
Subinterfaces of LocationAware in org.apache.logging.log4j.core.layoutClasses in org.apache.logging.log4j.core.layout that implement LocationAwareModifier and TypeClassDescriptionclass
Abstract base class for Layouts that result in a String.final class
Outputs events as rows in an HTML table on an HTML page.class
Selects the pattern to use based on the Level in the LogEvent.class
Selects the pattern to use based on the Marker in the LogEvent.final class
A flexible layout configurable with pattern string.private static final class
private static final class
private static final class
private static final class
final class
Formats a log event in accordance with RFC 5424.class
Selects the pattern to use based on the result of executing a Script.final class
Formats a log event as a BSD Log record. -
Uses of LocationAware in org.apache.logging.log4j.core.pattern
Classes in org.apache.logging.log4j.core.pattern that implement LocationAwareModifier and TypeClassDescriptionfinal class
Formats the class name of the site of the logging request.final class
Format the event's line location information.final class
Returns the event's line location information in a StringBuilder.final class
Returns the event's line location information in a StringBuilder. -
Uses of LocationAware in org.apache.logging.log4j.web.appender
Classes in org.apache.logging.log4j.web.appender that implement LocationAwareModifier and TypeClassDescriptionclass
Logs using the ServletContext's log method