SoftNet-Consult Java Utility Library

Uses of Class
com.softnetConsult.utils.log.ScreenFileLogger

Packages that use ScreenFileLogger
com.softnetConsult.utils.log This package contains a smart text logger that can log all output to both, the standard output and a specified file, while providing convenience methods for structured output and indentation. 
com.softnetConsult.utils.reflect This package contains commonly used utilities for reflection and class binary processing as well as an executable tool for determining version information of Java class binaries from the command line. 
 

Uses of ScreenFileLogger in com.softnetConsult.utils.log
 

Methods in com.softnetConsult.utils.log that return ScreenFileLogger
static ScreenFileLogger ScreenFileLoggerFactory.createLogger()
          Creates a new logger that logs to screen only.
static ScreenFileLogger ScreenFileLoggerFactory.createLogger(char[] indentationStr)
          Creates a new logger that logs to screen only.
static ScreenFileLogger ScreenFileLoggerFactory.createLogger(java.io.File logFile)
          Creates a new logger that logs to screen only.
static ScreenFileLogger ScreenFileLoggerFactory.createLogger(java.io.File logFile, boolean append)
          Creates a new logger that logs to screen only.
static ScreenFileLogger ScreenFileLoggerFactory.createLogger(java.io.File logFile, boolean append, int indentLen)
          Creates a new logger that logs to screen only.
static ScreenFileLogger ScreenFileLoggerFactory.createLogger(java.io.File logFile, int indentLen)
          Creates a new logger that logs to screen only.
static ScreenFileLogger ScreenFileLoggerFactory.createLogger(java.lang.String logPath)
          Creates a new logger that logs to screen only.
static ScreenFileLogger ScreenFileLoggerFactory.createLogger(java.lang.String logPath, boolean append)
          Creates a new logger that logs to screen only.
static ScreenFileLogger ScreenFileLoggerFactory.createLogger(java.lang.String logPath, boolean append, int indentLen)
          Creates a new logger that logs to screen only.
static ScreenFileLogger ScreenFileLoggerFactory.createLogger(java.lang.String logPath, int indentLen)
          Creates a new logger that logs to screen only.
static ScreenFileLogger ScreenFileLoggerFactory.createLogger(java.lang.String logDir, java.lang.String logName)
          Creates a new logger that logs to screen only.
static ScreenFileLogger ScreenFileLoggerFactory.createLogger(java.lang.String logDir, java.lang.String logName, boolean append)
          Creates a new logger that logs to screen only.
static ScreenFileLogger ScreenFileLoggerFactory.createLogger(java.lang.String logDir, java.lang.String logName, boolean append, int indentLen)
          Creates a new logger that logs to screen only.
static ScreenFileLogger ScreenFileLoggerFactory.createLogger(java.lang.String logDir, java.lang.String logName, int indentLen)
          Creates a new logger that logs to screen only.
 

Uses of ScreenFileLogger in com.softnetConsult.utils.reflect
 

Methods in com.softnetConsult.utils.reflect with parameters of type ScreenFileLogger
private static void ClassFileVersionTool.printInfo(java.lang.String name, ClassVersionInfo info, ScreenFileLogger out)
          Prints version info for a class binary in a nice looing way.
private static void ClassFileVersionTool.procClass(java.io.File classfile, ScreenFileLogger out)
          Analyses the specified Java binary and prints its version info.
private static void ClassFileVersionTool.procDir(java.io.File dir, boolean recursive, ScreenFileLogger out)
          Analyses the specified directory and prints the version info for all Java class files contained therein.
private static void ClassFileVersionTool.procZip(java.io.File archive, ScreenFileLogger out)
          Analyses the specified archive and prints the version info for all Java class files contained therein.
 


SoftNet-Consult Java Utility Library is a member of SourceForge.net