com.plumtree.server
Class PT_LOGLEVELS

java.lang.Object
  extended by com.plumtree.server.PT_LOGLEVELS

public final class PT_LOGLEVELS
extends java.lang.Object

Log levels are used by Scheduled Operations to decide how much logging they should perform to the Job Log

Author:
michaels
See Also:
IPTJob, PT_JOB_SETTINGS

Field Summary
static int PT_LOG_LOW
           
static int PT_LOG_NORMAL
           
static int PT_LOG_SILENT
           
static int PT_LOG_VERBOSE
           
 
Constructor Summary
PT_LOGLEVELS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_LOG_SILENT

public static final int PT_LOG_SILENT
See Also:
Constant Field Values

PT_LOG_LOW

public static final int PT_LOG_LOW
See Also:
Constant Field Values

PT_LOG_NORMAL

public static final int PT_LOG_NORMAL
See Also:
Constant Field Values

PT_LOG_VERBOSE

public static final int PT_LOG_VERBOSE
See Also:
Constant Field Values
Constructor Detail

PT_LOGLEVELS

public PT_LOGLEVELS()