Frames | No Frames |
Classes derived from org.apache.log.output.AbstractTarget | |
class | Abstract output 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. |
Classes derived from org.apache.log.output.AbstractTarget | |
class | 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. |
Classes derived from org.apache.log.output.AbstractTarget | |
class | 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. |
Classes derived from org.apache.log.output.AbstractTarget | |
class | 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. |
Classes derived from org.apache.log.output.AbstractTarget | |
class | Abstract JDBC target. |
class | The basic DB target for configurable output formats. |
class | JDBC target that writes to normalized tables. |
Classes derived from org.apache.log.output.AbstractTarget | |
class | This is a basic Output log target that writes to rotating files. |