Uses of Interface
org.apache.log.ErrorAware
Packages that use ErrorAware
Package
Description
This package contains some useful output destination LogTargets.
Database output destination LogTargets.
Stream anf file based output destination LogTargets.
Log file rotation policies.
JMS based output destination LogTargets.
Datagram, Socket and SMTP output destination LogTargets.
-
Uses of ErrorAware in org.apache.log.output
Classes in org.apache.log.output that implement ErrorAwareModifier and TypeClassDescriptionclass
Abstract output target.class
Abstract target.class
Abstract base class for targets that wrap other targets.class
An asynchronous LogTarget that sends entries on in another thread.class
Output LogEvents into an buffer in memory.class
A output target that does nothing.class
This is a priority filtering target that forwards only requests to other (wrapped) targets that have the same or a higher priority.class
Generic logging interface. -
Uses of ErrorAware in org.apache.log.output.db
Classes in org.apache.log.output.db that implement ErrorAwareModifier and TypeClassDescriptionclass
Abstract JDBC target.class
The basic DB target for configurable output formats.class
JDBC target that writes to normalized tables. -
Uses of ErrorAware in org.apache.log.output.io
Classes in org.apache.log.output.io that implement ErrorAwareModifier and TypeClassDescriptionclass
A basic target that writes to a File.class
A target that will open and close a file for each logevent.class
A basic target that writes to an OutputStream.class
This target outputs to a writer. -
Uses of ErrorAware in org.apache.log.output.io.rotate
Classes in org.apache.log.output.io.rotate that implement ErrorAwareModifier and TypeClassDescriptionclass
This is a basic Output log target that writes to rotating files. -
Uses of ErrorAware in org.apache.log.output.jms
Classes in org.apache.log.output.jms that implement ErrorAwareModifier and TypeClassDescriptionclass
A target that writes to a JMS Topic.class
A target that writes to a JMS Queue.class
A target that writes to a JMS Topic. -
Uses of ErrorAware in org.apache.log.output.net
Classes in org.apache.log.output.net that implement ErrorAwareModifier and TypeClassDescriptionclass
A datagram output target.class
Logkit output target that logs data via SMTP.class
SocketOutputTarget Useful for writing the output to a TCP/IP client socket.