|
Class Summary |
| CommonBaseEventFilter |
Extension of the Log4J org.apache.log4j.spi.Filter abstract
class used to provide control over what is logged at a more granular level
than logging level for org.apache.log4j.Logger instances.
|
| LoggingAgentAppender |
Extension of the Log4J org.apache.log4j.AppenderSkeleton abstract class
used by org.apache.log4j.Logger instances to publish logged
org.apache.log4j.spi.LoggingEvent instances to a Logging Agent.
|
| SingleLoggingAgentAppender |
Extension of the Log4J org.apache.log4j.AppenderSkeleton abstract class
used by org.apache.log4j.Logger instances to publish logged
org.apache.log4j.spi.LoggingEvent instances to a single, named Logging
Agent.
|
| XmlLayout |
Extension of the Log4J org.apache.log4j.Layout abstract
class used by org.apache.log4j.Appender instances to format
org.apache.log4j.spi.LoggingEvent instances to XML.
|