com.metsci.glimpse.util.logging
Class LoggerUtils.StdOutErrLevel
java.lang.Object
java.util.logging.Level
com.metsci.glimpse.util.logging.LoggerUtils.StdOutErrLevel
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- LoggerUtils
public static class LoggerUtils.StdOutErrLevel
- extends java.util.logging.Level
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_and
- See Also:
- Serialized Form
Field Summary |
static java.util.logging.Level |
STDERR
Level for STDERR activity |
static java.util.logging.Level |
STDOUT
Level for STDOUT activity. |
Fields inherited from class java.util.logging.Level |
ALL, CONFIG, FINE, FINER, FINEST, INFO, OFF, SEVERE, WARNING |
Methods inherited from class java.util.logging.Level |
equals, getLocalizedName, getName, getResourceBundleName, hashCode, intValue, parse, toString |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
STDOUT
public static java.util.logging.Level STDOUT
- Level for STDOUT activity.
STDERR
public static java.util.logging.Level STDERR
- Level for STDERR activity
Copyright © 2012 Metron, Inc.. All Rights Reserved.