Uses of Package
org.apache.logging.log4j.core.util
-
Packages that use org.apache.logging.log4j.core.util Package Description org.apache.logging.log4j.core.appender Log4j 2 Appenders.org.apache.logging.log4j.core.appender.db The classes in this package and sub packages provide appenders for various types of databases and methods for accessing databases.org.apache.logging.log4j.core.appender.db.jdbc The JDBC Appender supports writing log events to a relational database using standard JDBC connections.org.apache.logging.log4j.core.appender.mom Message oriented middleware appenders.org.apache.logging.log4j.core.appender.rewrite Apache Flume Appender.org.apache.logging.log4j.core.appender.rolling Rolling File Appender and support classes.org.apache.logging.log4j.core.appender.rolling.action Support classes for the Rolling File Appender.org.apache.logging.log4j.core.appender.routing Apache Flume Appender.org.apache.logging.log4j.core.config Configuration of Log4j 2.org.apache.logging.log4j.core.config.builder.api Configuration Builder API for programmatically configuring Log4j.org.apache.logging.log4j.core.config.builder.impl Configuration Builder Implementation.org.apache.logging.log4j.core.config.plugins.convert TypeConverter plugins for converter strings into various types.org.apache.logging.log4j.core.config.plugins.util Utility and manager classes for Log4j 2 plugins.org.apache.logging.log4j.core.config.properties Configuration using Properties files.org.apache.logging.log4j.core.filter Log4j 2 Filter support.org.apache.logging.log4j.core.impl Log4j 2 private implementation classes.org.apache.logging.log4j.core.layout Log4j 2 Layout support.org.apache.logging.log4j.core.net Log4j 2 network support.org.apache.logging.log4j.core.script Log4j 2 Script support.org.apache.logging.log4j.core.util Log4j 2 helper classes.org.apache.logging.log4j.mongodb The classes in this package contain the MongoDB provider for the NoSQL Appender.org.apache.logging.log4j.web.appender -
Classes in org.apache.logging.log4j.core.util used by org.apache.logging.log4j.core.appender Class Description Builder A type of builder that can be used to configure and create a instances using a Java DSL instead of through a configuration file. -
Classes in org.apache.logging.log4j.core.util used by org.apache.logging.log4j.core.appender.db Class Description Builder A type of builder that can be used to configure and create a instances using a Java DSL instead of through a configuration file. -
Classes in org.apache.logging.log4j.core.util used by org.apache.logging.log4j.core.appender.db.jdbc Class Description Builder A type of builder that can be used to configure and create a instances using a Java DSL instead of through a configuration file. -
Classes in org.apache.logging.log4j.core.util used by org.apache.logging.log4j.core.appender.mom Class Description Builder A type of builder that can be used to configure and create a instances using a Java DSL instead of through a configuration file. -
Classes in org.apache.logging.log4j.core.util used by org.apache.logging.log4j.core.appender.rewrite Class Description KeyValuePair Key/Value pair configuration item. -
Classes in org.apache.logging.log4j.core.util used by org.apache.logging.log4j.core.appender.rolling Class Description Builder A type of builder that can be used to configure and create a instances using a Java DSL instead of through a configuration file.CronExpression Provides a parser and evaluator for unix-like cron expressions. -
Classes in org.apache.logging.log4j.core.util used by org.apache.logging.log4j.core.appender.rolling.action Class Description Builder A type of builder that can be used to configure and create a instances using a Java DSL instead of through a configuration file. -
Classes in org.apache.logging.log4j.core.util used by org.apache.logging.log4j.core.appender.routing Class Description Builder A type of builder that can be used to configure and create a instances using a Java DSL instead of through a configuration file. -
Classes in org.apache.logging.log4j.core.util used by org.apache.logging.log4j.core.config Class Description CronExpression Provides a parser and evaluator for unix-like cron expressions.FileWatcher Watches for changes in a File and performs an action when the file is modified.NanoClock Provides the high-resolution time stamp used in log events.WatchManager Manages FileWatchers. -
Classes in org.apache.logging.log4j.core.util used by org.apache.logging.log4j.core.config.builder.api Class Description Builder A type of builder that can be used to configure and create a instances using a Java DSL instead of through a configuration file. -
Classes in org.apache.logging.log4j.core.util used by org.apache.logging.log4j.core.config.builder.impl Class Description Builder A type of builder that can be used to configure and create a instances using a Java DSL instead of through a configuration file. -
Classes in org.apache.logging.log4j.core.util used by org.apache.logging.log4j.core.config.plugins.convert Class Description CronExpression Provides a parser and evaluator for unix-like cron expressions. -
Classes in org.apache.logging.log4j.core.util used by org.apache.logging.log4j.core.config.plugins.util Class Description Builder A type of builder that can be used to configure and create a instances using a Java DSL instead of through a configuration file. -
Classes in org.apache.logging.log4j.core.util used by org.apache.logging.log4j.core.config.properties Class Description Builder A type of builder that can be used to configure and create a instances using a Java DSL instead of through a configuration file. -
Classes in org.apache.logging.log4j.core.util used by org.apache.logging.log4j.core.filter Class Description Builder A type of builder that can be used to configure and create a instances using a Java DSL instead of through a configuration file.KeyValuePair Key/Value pair configuration item. -
Classes in org.apache.logging.log4j.core.util used by org.apache.logging.log4j.core.impl Class Description Builder A type of builder that can be used to configure and create a instances using a Java DSL instead of through a configuration file.Cancellable Interface to cancel a Runnable callback.NanoClock Provides the high-resolution time stamp used in log events.ShutdownCallbackRegistry Registry used for Runnable shutdown callback instances. -
Classes in org.apache.logging.log4j.core.util used by org.apache.logging.log4j.core.layout Class Description Builder A type of builder that can be used to configure and create a instances using a Java DSL instead of through a configuration file.KeyValuePair Key/Value pair configuration item. -
Classes in org.apache.logging.log4j.core.util used by org.apache.logging.log4j.core.net Class Description Builder A type of builder that can be used to configure and create a instances using a Java DSL instead of through a configuration file. -
Classes in org.apache.logging.log4j.core.util used by org.apache.logging.log4j.core.script Class Description FileWatcher Watches for changes in a File and performs an action when the file is modified.WatchManager Manages FileWatchers. -
Classes in org.apache.logging.log4j.core.util used by org.apache.logging.log4j.core.util Class Description Builder A type of builder that can be used to configure and create a instances using a Java DSL instead of through a configuration file.CachedClock Implementation of theClock
interface that tracks the time in a private long field that is updated by a background thread once every millisecond.Cancellable Interface to cancel a Runnable callback.Clock Provides the time stamp used in log events.CoarseCachedClock This Clock implementation is similar to CachedClock.ExtensionLanguageMapping FileWatcher Watches for changes in a File and performs an action when the file is modified.KeyValuePair Key/Value pair configuration item.KeyValuePair.Builder Log4jThreadFactory CreatesLog4jThread
s.NanoClock Provides the high-resolution time stamp used in log events.NullOutputStream Writes all data to the famous /dev/null.ShutdownCallbackRegistry Registry used for Runnable shutdown callback instances. -
Classes in org.apache.logging.log4j.core.util used by org.apache.logging.log4j.mongodb Class Description Builder A type of builder that can be used to configure and create a instances using a Java DSL instead of through a configuration file. -
Classes in org.apache.logging.log4j.core.util used by org.apache.logging.log4j.web.appender Class Description Builder A type of builder that can be used to configure and create a instances using a Java DSL instead of through a configuration file.