Uses of Interface
org.apache.log.util.Closeable
-
Packages that use Closeable Package Description 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 Closeable in org.apache.log.output
Classes in org.apache.log.output that implement Closeable Modifier and Type Class Description classAbstractOutputTargetAbstract output target.classAbstractTargetAbstract target.classAbstractWrappingTargetAbstract base class for targets that wrap other targets.classAsyncLogTargetAn asynchronous LogTarget that sends entries on in another thread.classMemoryTargetOutput LogEvents into an buffer in memory.classNullOutputLogTargetA output target that does nothing.classPriorityFilteringTargetThis is a priority filtering target that forwards only requests to other (wrapped) targets that have the same or a higher priority.classServletOutputLogTargetGeneric logging interface. -
Uses of Closeable in org.apache.log.output.db
Classes in org.apache.log.output.db that implement Closeable Modifier and Type Class Description classAbstractJDBCTargetAbstract JDBC target.classDefaultJDBCTargetThe basic DB target for configurable output formats.classNormalizedJDBCTargetJDBC target that writes to normalized tables. -
Uses of Closeable in org.apache.log.output.io
Classes in org.apache.log.output.io that implement Closeable Modifier and Type Class Description classFileTargetA basic target that writes to a File.classSafeFileTargetA target that will open and close a file for each logevent.classStreamTargetA basic target that writes to an OutputStream.classWriterTargetThis 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 Closeable Modifier and Type Class Description classRotatingFileTargetThis 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 Closeable Modifier and Type Class Description classAbstractJMSTargetA target that writes to a JMS Topic.classJMSQueueTargetA target that writes to a JMS Queue.classJMSTopicTargetA 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 Closeable Modifier and Type Class Description classDatagramOutputTargetA datagram output target.classSMTPOutputLogTargetLogkit output target that logs data via SMTP.classSocketOutputTargetSocketOutputTarget Useful for writing the output to a TCP/IP client socket.
-