cz.cuni.utils
Class MyLevel

java.lang.Object
  extended by java.util.logging.Level
      extended by cz.cuni.utils.MyLevel
All Implemented Interfaces:
java.io.Serializable

public class MyLevel
extends java.util.logging.Level

See Also:
Serialized Form

Field Summary
static java.util.logging.Level EXAMPLE
           
static java.util.logging.Level HONZA
           
static java.util.logging.Level KEFA
           
static java.util.logging.Level ONDRA
           
static java.util.logging.Level RUDA
           
private static long serialVersionUID
           
static java.util.logging.Level SHADOW
           
 
Fields inherited from class java.util.logging.Level
ALL, CONFIG, FINE, FINER, FINEST, INFO, OFF, SEVERE, WARNING
 
Constructor Summary
protected MyLevel(java.lang.String name, int priority)
           
 
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

EXAMPLE

public static final java.util.logging.Level EXAMPLE

KEFA

public static final java.util.logging.Level KEFA

ONDRA

public static final java.util.logging.Level ONDRA

SHADOW

public static final java.util.logging.Level SHADOW

HONZA

public static final java.util.logging.Level HONZA

RUDA

public static final java.util.logging.Level RUDA

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

MyLevel

protected MyLevel(java.lang.String name,
                  int priority)