gov.nasa.pds.transform.logging
Class ToolsLevel

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

public class ToolsLevel
extends Level

Class to hold the logging levels.

Author:
mcayanan
See Also:
Serialized Form

Field Summary
static Level CONFIGURATION
           
static Level DEBUG
           
static Level NOTIFICATION
           
static Level SKIP
           
static Level SUCCESS
           
 
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

CONFIGURATION

public static final Level CONFIGURATION

SKIP

public static final Level SKIP

SUCCESS

public static final Level SUCCESS

NOTIFICATION

public static final Level NOTIFICATION

DEBUG

public static final Level DEBUG
Constructor Detail

ToolsLevel

protected ToolsLevel(String name,
                     int value)


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