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