|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Filterable | |
---|---|
org.apache.logging.log4j.core.appender | Log4j 2.0 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.0. |
org.apache.logging.log4j.core.filter | Log4j 2.0 Filter support. |
Uses of Filterable in org.apache.logging.log4j.core.appender |
---|
Classes in org.apache.logging.log4j.core.appender that implement Filterable | |
---|---|
class |
AbstractAppender<T extends Serializable>
Abstract base class for Appenders. |
class |
AbstractOutputStreamAppender<T extends Serializable>
Appends log events as bytes to a byte output stream. |
class |
AsyncAppender<T extends Serializable>
Appends to one or more Appenders asynchronously. |
class |
ConsoleAppender<T extends Serializable>
ConsoleAppender appends log events to System.out or
System.err using a layout specified by the user. |
class |
FailoverAppender<T extends Serializable>
The FailoverAppender will capture exceptions in an Appender and then route the event to a different appender. |
class |
FastFileAppender<T extends Serializable>
File Appender. |
class |
FastRollingFileAppender<T extends Serializable>
An appender that writes to random access files and can roll over at intervals. |
class |
FileAppender<T extends Serializable>
File Appender. |
class |
JMSQueueAppender<T extends Serializable>
Appender to write to a JMS Queue. |
class |
JMSTopicAppender<T extends Serializable>
Appender to write to a JMS Topic. |
class |
RollingFileAppender<T extends Serializable>
An appender that writes to files and can roll over at intervals. |
class |
SMTPAppender<T extends Serializable>
Send an e-mail when a specific logging event occurs, typically on errors or fatal errors. |
class |
SocketAppender<T extends Serializable>
An Appender that delivers events over socket connections. |
class |
SyslogAppender<T extends Serializable>
The Syslog Appender. |
Uses of Filterable in org.apache.logging.log4j.core.appender.rewrite |
---|
Classes in org.apache.logging.log4j.core.appender.rewrite that implement Filterable | |
---|---|
class |
RewriteAppender<T extends Serializable>
This Appender allows the logging event to be manipulated before it is processed by other Appenders. |
Uses of Filterable in org.apache.logging.log4j.core.appender.routing |
---|
Classes in org.apache.logging.log4j.core.appender.routing that implement Filterable | |
---|---|
class |
RoutingAppender<T extends Serializable>
This 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 Filterable in org.apache.logging.log4j.core.async |
---|
Classes in org.apache.logging.log4j.core.async that implement Filterable | |
---|---|
class |
AsyncLoggerConfig
Asynchronous Logger object that is created via configuration and can be combined with synchronous loggers. |
static class |
AsyncLoggerConfig.RootLogger
An asynchronous root Logger. |
Uses of Filterable in org.apache.logging.log4j.core.config |
---|
Subinterfaces of Filterable in org.apache.logging.log4j.core.config | |
---|---|
interface |
Configuration
Interface that must be implemented to create a configuration. |
Classes in org.apache.logging.log4j.core.config that implement Filterable | |
---|---|
class |
AppenderControl<T extends Serializable>
Wraps an Appender with details an appender implementation shouldn't need to know about. |
class |
BaseConfiguration
The Base Configuration. |
class |
DefaultConfiguration
The default configuration writes all output to the Console using the default logging level. |
class |
JSONConfiguration
Creates a Node hierarchy from a JSON file. |
class |
LoggerConfig
Logger object that is created via configuration. |
static class |
LoggerConfig.RootLogger
The root Logger. |
class |
NullConfiguration
This configuration defaults to no logging. |
class |
XMLConfiguration
Creates a Node hierarchy from an XML file. |
Uses of Filterable in org.apache.logging.log4j.core.filter |
---|
Classes in org.apache.logging.log4j.core.filter that implement Filterable | |
---|---|
class |
AbstractFilterable
Enhances a Class by allowing it to contain Filters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1999-2013 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.