Uses of Class
org.apache.logging.log4j.core.AbstractLifeCycle
Packages that use AbstractLifeCycle
Package
Description
Implementation of Log4j 2.
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.
Classes and interfaces for Kafka appender support.
The NoSQL Appender supports writing log events to NoSQL databases.
Apache Flume Appender.
Rolling File Appender and support classes.
Apache Flume Appender.
Provides Asynchronous Logger classes and interfaces for low-latency logging.
Configuration of Log4j 2.
Configuration Builder Implementation.
Support for composite configurations.
Classes and interfaces supporting configuration of Log4j 2 with JSON.
Configuration using Properties files.
Classes and interfaces supporting configuration of Log4j 2 with XML.
Classes and interfaces supporting configuration of Log4j 2 with YAML.
Log4j 2 Filter support.
Log4j 2 helper classes.
-
Uses of AbstractLifeCycle in org.apache.logging.log4j.core
Subclasses of AbstractLifeCycle in org.apache.logging.log4j.coreModifier and TypeClassDescriptionclassThe LoggerContext is the anchor for the logging system. -
Uses of AbstractLifeCycle in org.apache.logging.log4j.core.appender
Subclasses of AbstractLifeCycle in org.apache.logging.log4j.core.appenderModifier 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 classfinal 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 AbstractLifeCycle in org.apache.logging.log4j.core.appender.db
Subclasses of AbstractLifeCycle in org.apache.logging.log4j.core.appender.dbModifier and TypeClassDescriptionclassAbstractDatabaseAppender<T extends AbstractDatabaseManager>An abstract Appender for writing events to a database of some type, be it relational or NoSQL. -
Uses of AbstractLifeCycle in org.apache.logging.log4j.core.appender.db.jdbc
Subclasses of AbstractLifeCycle in org.apache.logging.log4j.core.appender.db.jdbcModifier and TypeClassDescriptionclassclassAConnectionSourcethat uses a JDBC connection string, a user name, and a password to callDriverManager.getConnection(String, String, String).final classAJdbcAppenderconnection source that uses aDataSourceto connect to the database.classAConnectionSourcethat uses a JDBC connection string, a user name, and a password to callDriverManager.getConnection(String, String, String).final classAJdbcAppenderconnection source that uses a public static factory method to obtain aConnectionorDataSource.final classThis Appender writes logging events to a relational database using standard JDBC mechanisms. -
Uses of AbstractLifeCycle in org.apache.logging.log4j.core.appender.mom
Subclasses of AbstractLifeCycle in org.apache.logging.log4j.core.appender.mom -
Uses of AbstractLifeCycle in org.apache.logging.log4j.core.appender.mom.jeromq
Subclasses of AbstractLifeCycle in org.apache.logging.log4j.core.appender.mom.jeromqModifier and TypeClassDescriptionfinal classSends log events to one or more ZeroMQ (JeroMQ) endpoints. -
Uses of AbstractLifeCycle in org.apache.logging.log4j.core.appender.mom.kafka
Subclasses of AbstractLifeCycle in org.apache.logging.log4j.core.appender.mom.kafkaModifier and TypeClassDescriptionfinal classSends log events to an Apache Kafka topic. -
Uses of AbstractLifeCycle in org.apache.logging.log4j.core.appender.nosql
Subclasses of AbstractLifeCycle in org.apache.logging.log4j.core.appender.nosqlModifier and TypeClassDescriptionfinal classThis Appender writes logging events to a NoSQL database using a configured NoSQL provider. -
Uses of AbstractLifeCycle in org.apache.logging.log4j.core.appender.rewrite
Subclasses of AbstractLifeCycle in org.apache.logging.log4j.core.appender.rewriteModifier and TypeClassDescriptionfinal classThis Appender allows the logging event to be manipulated before it is processed by other Appenders. -
Uses of AbstractLifeCycle in org.apache.logging.log4j.core.appender.rolling
Subclasses of AbstractLifeCycle in org.apache.logging.log4j.core.appender.rollingModifier and TypeClassDescriptionclassAbstract convenience class for triggering policies that extendAbstractLifeCycleand implementTriggeringPolicy.final classTriggering policy that wraps other triggering policies.final classRolls a file over based on a cron schedule.classclassTriggers a rollover on every restart, but only if the file size is greater than zero.classfinal classRolls a file over based on time. -
Uses of AbstractLifeCycle in org.apache.logging.log4j.core.appender.routing
Subclasses of AbstractLifeCycle in org.apache.logging.log4j.core.appender.routingModifier and TypeClassDescriptionclassPolicy is purging appenders that were not in use specified time in minutesfinal 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 AbstractLifeCycle in org.apache.logging.log4j.core.async
Subclasses of AbstractLifeCycle in org.apache.logging.log4j.core.asyncModifier and TypeClassDescriptionclassAsynchronous Logger object that is created via configuration and can be combined with synchronous loggers.static classAn asynchronous root Logger.classHelper class decoupling theAsyncLoggerConfigclass from the LMAX Disruptor library.classLoggerContextthat createsAsyncLoggerobjects. -
Uses of AbstractLifeCycle in org.apache.logging.log4j.core.config
Subclasses of AbstractLifeCycle in org.apache.logging.log4j.core.configModifier and TypeClassDescriptionclassThe base Configuration.classWraps anAppenderwith details an appender implementation shouldn't need to know about.classclassThe default configuration writes all output to the Console using the default logging level.classLogger object that is created via configuration.static classThe root Logger.classThis configuration defaults to no logging. -
Uses of AbstractLifeCycle in org.apache.logging.log4j.core.config.builder.impl
Subclasses of AbstractLifeCycle in org.apache.logging.log4j.core.config.builder.implModifier and TypeClassDescriptionclassThis is the general version of the Configuration created by the Builder. -
Uses of AbstractLifeCycle in org.apache.logging.log4j.core.config.composite
Subclasses of AbstractLifeCycle in org.apache.logging.log4j.core.config.composite -
Uses of AbstractLifeCycle in org.apache.logging.log4j.core.config.json
Subclasses of AbstractLifeCycle in org.apache.logging.log4j.core.config.jsonModifier and TypeClassDescriptionclassCreates a Node hierarchy from a JSON file. -
Uses of AbstractLifeCycle in org.apache.logging.log4j.core.config.properties
Subclasses of AbstractLifeCycle in org.apache.logging.log4j.core.config.propertiesModifier and TypeClassDescriptionclassConfiguration created from a properties file. -
Uses of AbstractLifeCycle in org.apache.logging.log4j.core.config.xml
Subclasses of AbstractLifeCycle in org.apache.logging.log4j.core.config.xmlModifier and TypeClassDescriptionclassCreates a Node hierarchy from an XML file. -
Uses of AbstractLifeCycle in org.apache.logging.log4j.core.config.yaml
Subclasses of AbstractLifeCycle in org.apache.logging.log4j.core.config.yaml -
Uses of AbstractLifeCycle in org.apache.logging.log4j.core.filter
Subclasses of AbstractLifeCycle in org.apache.logging.log4j.core.filterModifier and TypeClassDescriptionclassUsers should extend this class to implement filters.classEnhances a Class by allowing it to contain Filters.final classTheBurstFilteris a logging filter that regulates logging traffic.final classComposes and invokes one or more filters.final classThis filter causes all logging events to be dropped.final classCompares against a log level that is associated with a context value.final classThis filter returns the onMatch result if the logging level in the event matches the specified logging level exactly.final classThis filter returns theAbstractFilter.onMatchresult if the level of theLogEventis in the range of the configuredLevelRangeFilter.minLevelandLevelRangeFilter.maxLevelvalues, otherwise it returns theAbstractFilter.onMismatchresult.classA Filter that operates on a Map.final classThis filter returns the onMatch result if the marker in the LogEvent is the same as or has the configured marker as a parent.classFilter based on a value in the Thread Context Map (MDC).final classThis filter returns the onMatch result if there is no marker in the LogEvent.final classA filter that matches the given regular expression pattern against messages.final classReturns the onMatch result if the script returns True and returns the onMismatch value otherwise.final classThis filter returns the onMatch result if the logging level in the event matches the specified logging level exactly.final classFilter based on data in a StructuredDataMessage.classFilter based on a value in the Thread Context Map (MDC).final classThis filter returns the onMatch result if the level in theLogEventis the same or more specific than the configured level and theonMismatchvalue otherwise.final classFilters events that fall within a specified time period in each day. -
Uses of AbstractLifeCycle in org.apache.logging.log4j.core.util
Subclasses of AbstractLifeCycle in org.apache.logging.log4j.core.util
org.apache.logging.log4j.core.appender.mom.jakarta.JmsAppender.