FileDocCategorySizeDatePackage
LogLevelValues.javaAPI DocGlassfish v2 API2643Fri May 04 22:30:34 BST 2007com.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 {@link Level}, which should be used in preference to this class.
see
ModuleLogLevelsConfig

Fields Summary
public static final String
FINEST
public static final String
FINER
public static final String
FINE
public static final String
CONFIG
public static final String
INFO
public static final String
WARNING
public static final String
SEVERE
public static final String
OFF
Constructors Summary
private LogLevelValues()

Methods Summary