Package com.metsci.glimpse.util.logging
Logging wrapper classes to add functionality to java.util logging.
-
Class Summary Class Description LoggerUtils LoggerUtils.LoggingOutputStream An OutputStream that writes contents to a Logger upon each call to flush() Original URL: https://blogs.oracle.com/nickstephen/entry/java_redirecting_system_out_and Author gives permission for free use in blog comments section.LoggerUtils.StdOutErrLevel Class defining 2 new Logging levels, one for STDOUT, one for STDERR, used when multiplexing STDOUT and STDERR into the same rolling log file via the Java Logging APIs.
From: http://blogs.sun.com/nickstephen/entry/java_redirecting_system_out_andStopwatch