com.sun.appserv.management.config
Class LogLevelValues
java.lang.Object
com.sun.appserv.management.config.LogLevelValues
public final class LogLevelValues
- extends Object
Legal log levels. These are identical to those specified by by JDK 1.5;
see Level
, which should be used in preference to this class.
- See Also:
ModuleLogLevelsConfig
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FINEST
public static final String FINEST
- See Also:
- Constant Field Values
FINER
public static final String FINER
- See Also:
- Constant Field Values
FINE
public static final String FINE
- See Also:
- Constant Field Values
CONFIG
public static final String CONFIG
- See Also:
- Constant Field Values
INFO
public static final String INFO
- See Also:
- Constant Field Values
WARNING
public static final String WARNING
- See Also:
- Constant Field Values
SEVERE
public static final String SEVERE
- See Also:
- Constant Field Values
OFF
public static final String OFF
- See Also:
- Constant Field Values
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.