gov.nasa.pds.tools.logging
Class ToolsLevel

java.lang.Object
  extended by java.util.logging.Level
      extended by gov.nasa.pds.tools.logging.ToolsLevel
All Implemented Interfaces:
java.io.Serializable

public class ToolsLevel
extends java.util.logging.Level

Version:
$Revision: 3461 $
Author:
pramirez
See Also:
Serialized Form

Field Summary
static java.util.logging.Level CONFIGURATION
           
static java.util.logging.Level NOTIFICATION
           
static java.util.logging.Level PARAMETER
           
 
Fields inherited from class java.util.logging.Level
ALL, CONFIG, FINE, FINER, FINEST, INFO, OFF, SEVERE, WARNING
 
Constructor Summary
protected ToolsLevel(java.lang.String name, int 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

NOTIFICATION

public static final java.util.logging.Level NOTIFICATION

CONFIGURATION

public static final java.util.logging.Level CONFIGURATION

PARAMETER

public static final java.util.logging.Level PARAMETER
Constructor Detail

ToolsLevel

protected ToolsLevel(java.lang.String name,
                     int value)


Copyright © 2005-2009 NASA Jet Propulsion Laboratory, California Institute of Technology. All Rights Reserved.