Uses of Class
org.apache.log.output.AbstractTarget
-
Packages that use AbstractTarget 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 AbstractTarget in org.apache.log.output
Subclasses of AbstractTarget in org.apache.log.output Modifier and Type Class Description classAbstractOutputTargetAbstract output 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 AbstractTarget in org.apache.log.output.db
Subclasses of AbstractTarget in org.apache.log.output.db 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 AbstractTarget in org.apache.log.output.io
Subclasses of AbstractTarget in org.apache.log.output.io 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 AbstractTarget in org.apache.log.output.io.rotate
Subclasses of AbstractTarget in org.apache.log.output.io.rotate Modifier and Type Class Description classRotatingFileTargetThis is a basic Output log target that writes to rotating files. -
Uses of AbstractTarget in org.apache.log.output.jms
Subclasses of AbstractTarget in org.apache.log.output.jms 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 AbstractTarget in org.apache.log.output.net
Subclasses of AbstractTarget in org.apache.log.output.net 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.
-