Uses of Interface
org.apache.logging.log4j.core.impl.LocationAware
Packages that use LocationAware
Package
Description
Log4j 2 Appenders.
The classes in this package and sub packages provide appenders for various types of databases and methods for
accessing databases.
The JDBC Appender supports writing log events to a relational database using standard JDBC connections.
Message oriented middleware appenders.
Classes and interfaces for ZeroMQ/JeroMQ support.
The NoSQL Appender supports writing log events to NoSQL databases.
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 LocationAware -
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.classfinal classSend an e-mail when a specific logging event occurs, typically on errors or fatal errors.classAn 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.db
Classes in org.apache.logging.log4j.core.appender.db that implement LocationAwareModifier and TypeClassDescriptionclassAbstractDatabaseAppender<T extends AbstractDatabaseManager>An abstract Appender for writing events to a database of some type, be it relational or NoSQL. -
Uses of LocationAware in org.apache.logging.log4j.core.appender.db.jdbc
Classes in org.apache.logging.log4j.core.appender.db.jdbc that implement LocationAwareModifier and TypeClassDescriptionfinal classThis Appender writes logging events to a relational database using standard JDBC mechanisms. -
Uses of LocationAware in org.apache.logging.log4j.core.appender.mom
Classes in org.apache.logging.log4j.core.appender.mom that implement LocationAwareModifier and TypeClassDescriptionclassGeneric JMS Appender plugin for both queues and topics. -
Uses of LocationAware in org.apache.logging.log4j.core.appender.mom.jeromq
Classes in org.apache.logging.log4j.core.appender.mom.jeromq that implement LocationAwareModifier and TypeClassDescriptionfinal classSends log events to one or more ZeroMQ (JeroMQ) endpoints. -
Uses of LocationAware in org.apache.logging.log4j.core.appender.nosql
Classes in org.apache.logging.log4j.core.appender.nosql that implement LocationAwareModifier and TypeClassDescriptionfinal classThis Appender writes logging events to a NoSQL database using a configured NoSQL provider. -
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 TypeClassDescriptionclassA superclass for Comma-Separated Value (CSV) layouts.(package private) classclassAbstract base class for Layouts that result in a String.classA Comma-Separated Value (CSV) layout to log events.classA Comma-Separated Value (CSV) layout to log event parameters.final classLays out events in the Graylog Extended Log Format (GELF) 1.1.final classOutputs events as rows in an HTML table on an HTML page.final classNote: The JsonLayout should be considered to be deprecated.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.final classAppends a series ofeventelements as defined in the log4j.dtd.final classAppends a series of YAML events as strings serialized as bytes. -
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