com.ibm.j2ca.extension.logging
Class LogLevel
java.lang.Object
java.util.logging.Level
com.ibm.j2ca.extension.logging.LogLevel
- All Implemented Interfaces:
- java.io.Serializable
- public class LogLevel
- extends java.util.logging.Level
LogLevel - Represent the different log levels available. It basically extends the
java Level and add 3 additional levels. These 3 additional levels are to comply with
the WAS levels.
- Author:
- lefty@us.ibm.com
- See Also:
- Serialized Form
Field Summary |
static java.util.logging.Level |
AUDIT
|
static java.util.logging.Level |
DETAIL
|
static java.util.logging.Level |
FATAL
|
Fields inherited from class java.util.logging.Level |
ALL, CONFIG, FINE, FINER, FINEST, INFO, OFF, SEVERE, WARNING |
Constructor Summary |
LogLevel(java.lang.String arg0,
int arg1)
|
LogLevel(java.lang.String arg0,
int arg1,
java.lang.String arg2)
|
Methods inherited from class java.util.logging.Level |
equals, getLocalizedName, getName, getResourceBundleName, hashCode, intValue, parse, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
FATAL
public static final java.util.logging.Level FATAL
AUDIT
public static final java.util.logging.Level AUDIT
DETAIL
public static final java.util.logging.Level DETAIL
LogLevel
public LogLevel(java.lang.String arg0,
int arg1)
- Parameters:
arg0
- arg1
-
LogLevel
public LogLevel(java.lang.String arg0,
int arg1,
java.lang.String arg2)
- Parameters:
arg0
- arg1
- arg2
-