Uses of Interface
org.apache.log.util.Closeable
Packages that use Closeable
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 Closeable in org.apache.log.output
Classes in org.apache.log.output that implement CloseableModifier and TypeClassDescriptionclassAbstract output target.classAbstract target.classAbstract base class for targets that wrap other targets.classAn asynchronous LogTarget that sends entries on in another thread.classOutput LogEvents into an buffer in memory.classA output target that does nothing.classThis is a priority filtering target that forwards only requests to other (wrapped) targets that have the same or a higher priority.classGeneric logging interface. -
Uses of Closeable in org.apache.log.output.db
Classes in org.apache.log.output.db that implement CloseableModifier and TypeClassDescriptionclassAbstract JDBC target.classThe basic DB target for configurable output formats.classJDBC target that writes to normalized tables. -
Uses of Closeable in org.apache.log.output.io
Classes in org.apache.log.output.io that implement CloseableModifier and TypeClassDescriptionclassA basic target that writes to a File.classA target that will open and close a file for each logevent.classA basic target that writes to an OutputStream.classThis target outputs to a writer. -
Uses of Closeable in org.apache.log.output.io.rotate
Classes in org.apache.log.output.io.rotate that implement CloseableModifier and TypeClassDescriptionclassThis is a basic Output log target that writes to rotating files. -
Uses of Closeable in org.apache.log.output.jms
Classes in org.apache.log.output.jms that implement CloseableModifier and TypeClassDescriptionclassA target that writes to a JMS Topic.classA target that writes to a JMS Queue.classA target that writes to a JMS Topic. -
Uses of Closeable in org.apache.log.output.net
Classes in org.apache.log.output.net that implement CloseableModifier and TypeClassDescriptionclassA datagram output target.classLogkit output target that logs data via SMTP.classSocketOutputTarget Useful for writing the output to a TCP/IP client socket.