Uses of Class
org.apache.log.output.AbstractOutputTarget

Packages that use AbstractOutputTarget
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
 class NullOutputLogTarget
          A output target that does nothing.
 class ServletOutputLogTarget
          Generic logging interface.
 

Uses of AbstractOutputTarget in org.apache.log.output.io
 

Subclasses of AbstractOutputTarget in org.apache.log.output.io
 class FileTarget
          A basic target that writes to a File.
 class SafeFileTarget
          A target that will open and close a file for each logevent.
 class StreamTarget
          A basic target that writes to an OutputStream.
 class WriterTarget
          This 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
 class RotatingFileTarget
          This 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
 class DatagramOutputTarget
          A datagram output target.
 class SMTPOutputLogTarget
          Logkit output target that logs data via SMTP.
 class SocketOutputTarget
          SocketOutputTarget Useful for writing the output to a TCP/IP client socket.
 



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.