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 classPort of the layout used by SyslogAppender in Log4j 1.x.final classPort 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 TypeClassDescriptionclassAbstract base class for Appenders.classAbstractFileAppender<M extends OutputStreamManager>Abstract File Appender.classAbstractOutputStreamAppender<M extends OutputStreamManager>Appends log events as bytes to a byte output stream.classAbstractWriterAppender<M extends WriterManager>Appends log events as strings to a writer.final classAppends to one or more Appenders asynchronously.final classAppends log events toSystem.outorSystem.errusing a layout specified by the user.classNo-Operation Appender that counts events.final classThe FailoverAppender will capture exceptions in an Appender and then route the event to a different appender.final classFile Appender.final classSends log events over HTTP.final classMemory Mapped File Appender.classAn Appender that ignores log events.final classAppends log events to a given output stream using a layout.final classFile Appender.final classAn appender that writes to files and can roll over at intervals.final classAn appender that writes to random access files and can roll over at intervals.classclassAn Appender that delivers events over socket connections.classThe Syslog Appender.final classAppends 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 classThis 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 classThis 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 TypeClassDescriptionclassAsynchronous Logger object that is created via configuration and can be combined with synchronous loggers.static classAn 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 TypeClassDescriptionclassLogger object that is created via configuration.static classThe 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 TypeClassDescriptionclassAbstract base class for Layouts that result in a String.final classOutputs events as rows in an HTML table on an HTML page.classSelects the pattern to use based on the Level in the LogEvent.classSelects the pattern to use based on the Marker in the LogEvent.final classA flexible layout configurable with pattern string.private static final classprivate static final classprivate static final classprivate static final classfinal classFormats a log event in accordance with RFC 5424.classSelects the pattern to use based on the result of executing a Script.final classFormats 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 classFormats the class name of the site of the logging request.final classFormat the event's line location information.final classReturns the event's line location information in a StringBuilder.final classReturns 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 TypeClassDescriptionclassLogs using the ServletContext's log method