gov.nasa.pds.citool.logging
Class CIToolLevel

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

public class CIToolLevel
extends ToolsLevel

See Also:
Serialized Form

Field Summary
static Level DEBUG
           
static Level DIFF
           
static Level INFO_NOTIFY
           
static Level SEVERE_NOTIFY
           
static Level WARNING_NOTIFY
           
 
Fields inherited from class gov.nasa.pds.citool.logging.ToolsLevel
CONFIGURATION, INGEST_ASSOC_FAIL, INGEST_ASSOC_SKIP, INGEST_ASSOC_SUCCESS, INGEST_FAIL, INGEST_SUCCESS, NOTIFICATION, PARAMETER, SKIP
 
Fields inherited from class java.util.logging.Level
ALL, CONFIG, FINE, FINER, FINEST, INFO, OFF, SEVERE, WARNING
 
Constructor Summary
protected CIToolLevel(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

DEBUG

public static final Level DEBUG

INFO_NOTIFY

public static final Level INFO_NOTIFY

WARNING_NOTIFY

public static final Level WARNING_NOTIFY

SEVERE_NOTIFY

public static final Level SEVERE_NOTIFY

DIFF

public static final Level DIFF
Constructor Detail

CIToolLevel

protected CIToolLevel(String name,
                      int value)


Copyright © 2010-2013 Planetary Data System. All Rights Reserved.