|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ErrorAware | |
org.apache.log.output | This package contains some useful output destination LogTargets. |
org.apache.log.output.db | Database output destination LogTargets. |
org.apache.log.output.io | Stream anf file based output destination LogTargets. |
org.apache.log.output.io.rotate | Log file rotation policies. |
org.apache.log.output.jms | JMS based output destination LogTargets. |
org.apache.log.output.net | Datagram, Socket and SMTP output destination LogTargets. |
Uses of ErrorAware in org.apache.log.output |
Classes in org.apache.log.output that implement ErrorAware | |
class |
AbstractOutputTarget
Abstract output target. |
class |
AbstractTarget
Abstract target. |
class |
AbstractWrappingTarget
Abstract base class for targets that wrap other targets. |
class |
AsyncLogTarget
An asynchronous LogTarget that sends entries on in another thread. |
class |
MemoryTarget
Output LogEvents into an buffer in memory. |
class |
NullOutputLogTarget
A output target that does nothing. |
class |
PriorityFilteringTarget
This is a priority filtering target that forwards only requests to other (wrapped) targets that have the same or a higher priority. |
class |
ServletOutputLogTarget
Generic logging interface. |
Uses of ErrorAware in org.apache.log.output.db |
Classes in org.apache.log.output.db that implement ErrorAware | |
class |
AbstractJDBCTarget
Abstract JDBC target. |
class |
DefaultJDBCTarget
The basic DB target for configurable output formats. |
class |
NormalizedJDBCTarget
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 ErrorAware | |
class |
FileTarget
A basic target that writes to a File. |
class |
SafeFileTarget
A target that will open and close a file for each logevent. |
class |
StreamTarget
A basic target that writes to an OutputStream. |
class |
WriterTarget
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 ErrorAware | |
class |
RotatingFileTarget
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 ErrorAware | |
class |
AbstractJMSTarget
A target that writes to a JMS Topic. |
class |
JMSQueueTarget
A target that writes to a JMS Queue. |
class |
JMSTopicTarget
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 ErrorAware | |
class |
DatagramOutputTarget
A datagram output target. |
class |
SMTPOutputLogTarget
Logkit output target that logs data via SMTP. |
class |
SocketOutputTarget
SocketOutputTarget Useful for writing the output to a TCP/IP client socket. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |