org.apache.axis.utils.events.debug
Class Debug

java.lang.Object
  |
  +--org.apache.axis.utils.events.debug.Debug
All Implemented Interfaces:
Event, EventListener, java.io.Serializable

public class Debug
extends java.lang.Object
implements Event, EventListener

See Also:
Serialized Form

Constructor Summary
Debug(int level, java.lang.String message)
           
Debug(java.lang.String message)
           
 
Method Summary
 int getLevel()
           
 java.lang.String getMessage()
           
 void notify(Event event)
           
static void notify(int lvl, java.lang.String message)
           
static void setDebuggingLevel(int l)
           
static void setDebuggingOn(boolean p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Debug

public Debug(java.lang.String message)

Debug

public Debug(int level,
             java.lang.String message)
Method Detail

setDebuggingOn

public static void setDebuggingOn(boolean p)

setDebuggingLevel

public static void setDebuggingLevel(int l)

notify

public static void notify(int lvl,
                          java.lang.String message)

getMessage

public java.lang.String getMessage()

getLevel

public int getLevel()

notify

public void notify(Event event)
Specified by:
notify in interface EventListener


Copyright © 2001 Apache XML Project. All Rights Reserved.