Uses of Interface
org.apache.logging.log4j.core.impl.LocationAware
-
Packages that use LocationAware Package Description org.apache.log4j.bridge org.apache.log4j.layout org.apache.logging.log4j.core.appender Log4j 2 Appenders.org.apache.logging.log4j.core.appender.rewrite Apache Flume Appender.org.apache.logging.log4j.core.appender.routing Apache Flume Appender.org.apache.logging.log4j.core.async Provides Asynchronous Logger classes and interfaces for low-latency logging.org.apache.logging.log4j.core.config Configuration of Log4j 2.org.apache.logging.log4j.core.layout Log4j 2 Layout support.org.apache.logging.log4j.core.pattern Provides classes implementing format specifiers in conversion patterns.org.apache.logging.log4j.web.appender -
-
Uses of LocationAware in org.apache.log4j.bridge
Classes in org.apache.log4j.bridge that implement LocationAware Modifier and Type Class Description classAppenderAdapter.Adapter -
Uses of LocationAware in org.apache.log4j.layout
Classes in org.apache.log4j.layout that implement LocationAware Modifier and Type Class Description classLog4j1XmlLayoutPort 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 LocationAware Modifier and Type Class Description classAbstractAppenderAbstract 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.classAsyncAppenderAppends to one or more Appenders asynchronously.classConsoleAppenderAppends log events toSystem.outorSystem.errusing a layout specified by the user.classCountingNoOpAppenderNo-Operation Appender that counts events.classFailoverAppenderThe FailoverAppender will capture exceptions in an Appender and then route the event to a different appender.classFileAppenderFile Appender.classHttpAppenderSends log events over HTTP.classMemoryMappedFileAppenderMemory Mapped File Appender.classNullAppenderAn Appender that ignores log events.classOutputStreamAppenderAppends log events to a given output stream using a layout.classRandomAccessFileAppenderFile Appender.classRollingFileAppenderAn appender that writes to files and can roll over at intervals.classRollingRandomAccessFileAppenderAn appender that writes to random access files and can roll over at intervals.classScriptAppenderSelectorclassSmtpAppenderSend an e-mail when a specific logging event occurs, typically on errors or fatal errors.classSocketAppenderAn Appender that delivers events over socket connections.classSyslogAppenderThe Syslog Appender.classWriterAppenderAppends 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 LocationAware Modifier and Type Class Description classRewriteAppenderThis 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 LocationAware Modifier and Type Class Description classRoutingAppenderThis 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 LocationAware Modifier and Type Class Description classAsyncLoggerConfigAsynchronous Logger object that is created via configuration and can be combined with synchronous loggers.static classAsyncLoggerConfig.RootLoggerAn asynchronous root Logger. -
Uses of LocationAware in org.apache.logging.log4j.core.config
Classes in org.apache.logging.log4j.core.config that implement LocationAware Modifier and Type Class Description classLoggerConfigLogger object that is created via configuration.static classLoggerConfig.RootLoggerThe root Logger. -
Uses of LocationAware in org.apache.logging.log4j.core.layout
Classes in org.apache.logging.log4j.core.layout that implement LocationAware Modifier and Type Class Description classAbstractStringLayoutAbstract base class for Layouts that result in a String.classHtmlLayoutOutputs events as rows in an HTML table on an HTML page.classLevelPatternSelectorSelects the pattern to use based on the Level in the LogEvent.classMarkerPatternSelectorSelects the pattern to use based on the Marker in the LogEvent.classPatternLayoutA flexible layout configurable with pattern string.classRfc5424LayoutFormats a log event in accordance with RFC 5424.classScriptPatternSelectorSelects the pattern to use based on the result of executing a Script.classSyslogLayoutFormats 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 LocationAware Modifier and Type Class Description classClassNamePatternConverterFormats the class name of the site of the logging request.classFullLocationPatternConverterFormat the event's line location information.classLineLocationPatternConverterReturns the event's line location information in a StringBuilder.classMethodLocationPatternConverterReturns 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 LocationAware Modifier and Type Class Description classServletAppenderLogs using the ServletContext's log method
-