SoftNet-Consult Java Utility Library

Uses of Package
com.softnetConsult.utils.log

Packages that use com.softnetConsult.utils.log
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. 
 

Classes in com.softnetConsult.utils.log used by com.softnetConsult.utils.log
ScreenFileLogger
          This class provides a convenient way to direct text output to the screen (std-out) and to a file (file stream) at the same time, in addition it provides an easy way to make sure that all output is indented according to a specifiable level; this makes this class ideal for simple logging and tracking tasks.
 

Classes in com.softnetConsult.utils.log used by com.softnetConsult.utils.reflect
ScreenFileLogger
          This class provides a convenient way to direct text output to the screen (std-out) and to a file (file stream) at the same time, in addition it provides an easy way to make sure that all output is indented according to a specifiable level; this makes this class ideal for simple logging and tracking tasks.
 


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