gov.nasa.pds.citool.logging
Class ToolsLevel

java.lang.Object
  extended by java.util.logging.Level
      extended by gov.nasa.pds.citool.logging.ToolsLevel
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CIToolLevel

public class ToolsLevel
extends Level

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

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

CONFIGURATION

public static final Level CONFIGURATION

PARAMETER

public static final Level PARAMETER
Constructor Detail

ToolsLevel

protected ToolsLevel(String name,
                     int value)


Copyright © 2005-2011 Planetary Data System. All Rights Reserved.