Uses of Class
org.apache.log.output.AbstractOutputTarget
-
Packages that use AbstractOutputTarget Package Description org.apache.log.output This package contains some useful 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.net Datagram, Socket and SMTP output destination LogTargets. -
-
Uses of AbstractOutputTarget in org.apache.log.output
Subclasses of AbstractOutputTarget in org.apache.log.output Modifier and Type Class Description classNullOutputLogTargetA output target that does nothing.classServletOutputLogTargetGeneric logging interface. -
Uses of AbstractOutputTarget in org.apache.log.output.io
Subclasses of AbstractOutputTarget 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 AbstractOutputTarget in org.apache.log.output.io.rotate
Subclasses of AbstractOutputTarget 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 AbstractOutputTarget in org.apache.log.output.net
Subclasses of AbstractOutputTarget 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.
-