org.benow.log.config
Class Priority
java.lang.Object
org.benow.log.config.Priority
public class Priority
- extends java.lang.Object
- Author:
- andy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LOG_DEBUG
public static final int LOG_DEBUG
- See Also:
- Constant Field Values
LOG_DEBUG_STR
public static final java.lang.String LOG_DEBUG_STR
- See Also:
- Constant Field Values
LOG_INFO
public static final int LOG_INFO
- See Also:
- Constant Field Values
LOG_INFO_STR
public static final java.lang.String LOG_INFO_STR
- See Also:
- Constant Field Values
LOG_WARN
public static final int LOG_WARN
- See Also:
- Constant Field Values
LOG_WARN_STR
public static final java.lang.String LOG_WARN_STR
- See Also:
- Constant Field Values
LOG_ERROR
public static final int LOG_ERROR
- See Also:
- Constant Field Values
LOG_ERROR_STR
public static final java.lang.String LOG_ERROR_STR
- See Also:
- Constant Field Values
Priority
public Priority(int level)
Priority
public Priority(java.lang.String level)
throws LogException
- Throws:
LogException
setValue
public void setValue(int level)
setValue
public void setValue(java.lang.String priority)
throws LogException
- Throws:
LogException
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object