com.protomatter.syslog.util.logging
Class Level
java.lang.Object
|
+--com.protomatter.syslog.util.logging.Level
- All Implemented Interfaces:
- java.io.Serializable
- public class Level
- extends java.lang.Object
- implements java.io.Serializable
See java.util.logging.Level.
- See Also:
- Serialized Form
Constructor Summary |
protected |
Level(java.lang.String name,
int value)
|
protected |
Level(java.lang.String name,
int value,
java.lang.String resourceBundleName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
OFF
public static final Level OFF
SEVERE
public static final Level SEVERE
WARNING
public static final Level WARNING
INFO
public static final Level INFO
CONFIG
public static final Level CONFIG
FINE
public static final Level FINE
FINER
public static final Level FINER
FINEST
public static final Level FINEST
ALL
public static final Level ALL
Level
protected Level(java.lang.String name,
int value)
Level
protected Level(java.lang.String name,
int value,
java.lang.String resourceBundleName)
getResourceBundleName
public java.lang.String getResourceBundleName()
getName
public java.lang.String getName()
getLocalizedName
public java.lang.String getLocalizedName()
toString
public final java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
intValue
public final int intValue()
parse
public static Level parse(java.lang.String name)
throws java.lang.IllegalArgumentException