org.owasp.esapi.reference
Class JavaLogFactory.JavaLoggerLevel

java.lang.Object
  extended by java.util.logging.Level
      extended by org.owasp.esapi.reference.JavaLogFactory.JavaLoggerLevel
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
JavaLogFactory

public static class JavaLogFactory.JavaLoggerLevel
extends java.util.logging.Level

A custom logging level defined between Level.SEVERE and Level.WARNING in logger.

See Also:
Serialized Form

Field Summary
static java.util.logging.Level ERROR_LEVEL
          Defines a custom error level below SEVERE but above WARNING since this level isn't defined directly by java.util.Logger already.
protected static long serialVersionUID
           
 
Fields inherited from class java.util.logging.Level
ALL, CONFIG, FINE, FINER, FINEST, INFO, OFF, SEVERE, WARNING
 
Constructor Summary
protected JavaLogFactory.JavaLoggerLevel(java.lang.String name, int value)
          Constructs an instance of a JavaLoggerLevel which essentially provides a mapping between the name of the defined level and its numeric value.
 
Method Summary
 
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
 

Field Detail

serialVersionUID

protected static final long serialVersionUID
See Also:
Constant Field Values

ERROR_LEVEL

public static final java.util.logging.Level ERROR_LEVEL
Defines a custom error level below SEVERE but above WARNING since this level isn't defined directly by java.util.Logger already.

Constructor Detail

JavaLogFactory.JavaLoggerLevel

protected JavaLogFactory.JavaLoggerLevel(java.lang.String name,
                                         int value)
Constructs an instance of a JavaLoggerLevel which essentially provides a mapping between the name of the defined level and its numeric value.

Parameters:
name - The name of the JavaLoggerLevel
value - The associated numeric value


Copyright © 2011 The Open Web Application Security Project (OWASP). All Rights Reserved.