Uses of Class
org.apache.log.output.io.StreamTarget

Packages that use StreamTarget
org.apache.log.output.io Stream anf file based output destination LogTargets. 
org.apache.log.output.io.rotate Log file rotation policies. 
 

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

Subclasses of StreamTarget 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.
 

Uses of StreamTarget in org.apache.log.output.io.rotate
 

Subclasses of StreamTarget in org.apache.log.output.io.rotate
 class RotatingFileTarget
          This is a basic Output log target that writes to rotating files.
 



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