com.plumtree.debug
Class PTDebug

java.lang.Object
  extended by com.plumtree.debug.PTDebug

Deprecated. Do not use this class. Please use OpenLogger and OpenLogService in com.plumtree.openlog package.

public final class PTDebug
extends java.lang.Object

This class is deprecated; it exists only for backward compatibility. Please use OpenLogger and OpenLogService in com.plumtree.openlog package.


Method Summary
static boolean AreAllFlagsSet(int nComponent, int nFlags)
          Deprecated.  
static boolean AreAnyFlagsSet(int nComponent, int nFlags)
          Deprecated.  
static OpenLogger FindLogger(int nComponent)
          Deprecated.  
static int GetComponentFlags(int nComponent)
          Deprecated.  
static java.lang.String GetStack(XPException e)
          Deprecated.  
static void Init()
          Deprecated. Init(): Loads up the component arraylist with loggers Also initializes the OpenKernel logger if needed Note that we do *not* init openkernel itself here
static boolean IsActionTracingEnabled(int nComponent)
          Deprecated.  
static boolean IsDebugEnabled(int nComponent)
          Deprecated.  
static boolean IsDebugTracingEnabled(int nComponent)
          Deprecated.  
static boolean IsErrorTracingEnabled(int nComponent)
          Deprecated.  
static boolean IsFatalTracingEnabled(int nComponent)
          Deprecated.  
static boolean IsFunctionTracingEnabled(int nComponent)
          Deprecated.  
static boolean IsInfoTracingEnabled(int nComponent)
          Deprecated.  
static boolean IsPerformanceTracingEnabled(int nComponent)
          Deprecated.  
static boolean IsWarnTracingEnabled(int nComponent)
          Deprecated.  
static void SetComponentFlags(int nComponent, int nNewFlags)
          Deprecated.  
static void Trace(int nComponent, int nTraceType, java.lang.Exception ex)
          Deprecated.  
static void Trace(int nComponent, int nTraceType, java.lang.String strMessage, XPException ex)
          Deprecated.  
static void Trace(int nComponent, int nTraceType, XPException ex)
          Deprecated.  
static void TraceStack(int nComponent, int nTraceType, java.lang.String strMessage)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

Trace

public static void Trace(int nComponent,
                         int nTraceType,
                         java.lang.String strMessage,
                         XPException ex)
Deprecated. 

FindLogger

public static OpenLogger FindLogger(int nComponent)
Deprecated. 

Init

public static void Init()
Deprecated. 
Init(): Loads up the component arraylist with loggers Also initializes the OpenKernel logger if needed Note that we do *not* init openkernel itself here


Trace

public static void Trace(int nComponent,
                         int nTraceType,
                         java.lang.Exception ex)
Deprecated. 

Trace

public static void Trace(int nComponent,
                         int nTraceType,
                         XPException ex)
Deprecated. 

TraceStack

public static void TraceStack(int nComponent,
                              int nTraceType,
                              java.lang.String strMessage)
Deprecated. 

Unsupported ancient api which hangs around because of old tests


AreAnyFlagsSet

public static boolean AreAnyFlagsSet(int nComponent,
                                     int nFlags)
Deprecated. 

AreAllFlagsSet

public static boolean AreAllFlagsSet(int nComponent,
                                     int nFlags)
Deprecated. 

IsDebugEnabled

public static boolean IsDebugEnabled(int nComponent)
Deprecated. 

IsDebugTracingEnabled

public static boolean IsDebugTracingEnabled(int nComponent)
Deprecated. 

IsInfoTracingEnabled

public static boolean IsInfoTracingEnabled(int nComponent)
Deprecated. 

IsWarnTracingEnabled

public static boolean IsWarnTracingEnabled(int nComponent)
Deprecated. 

IsErrorTracingEnabled

public static boolean IsErrorTracingEnabled(int nComponent)
Deprecated. 

IsFatalTracingEnabled

public static boolean IsFatalTracingEnabled(int nComponent)
Deprecated. 

IsFunctionTracingEnabled

public static boolean IsFunctionTracingEnabled(int nComponent)
Deprecated. 

IsPerformanceTracingEnabled

public static boolean IsPerformanceTracingEnabled(int nComponent)
Deprecated. 

IsActionTracingEnabled

public static boolean IsActionTracingEnabled(int nComponent)
Deprecated. 

GetComponentFlags

public static int GetComponentFlags(int nComponent)
Deprecated. 

SetComponentFlags

public static void SetComponentFlags(int nComponent,
                                     int nNewFlags)
Deprecated. 

GetStack

public static java.lang.String GetStack(XPException e)
Deprecated. 



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.