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 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 Modifier and Type Class Description class
RotatingFileTarget
This is a basic Output log target that writes to rotating files.
-