org.iperg.part.core
Interface IpDebugHandler


public interface IpDebugHandler

The IpDebugHandler interface defines the methods required to recieve debug messages.


Method Summary
 void handleDebug(java.lang.Object obj, java.lang.String method, int level, java.lang.String message)
          Handle a debug message.
 

Method Detail

handleDebug

void handleDebug(java.lang.Object obj,
                 java.lang.String method,
                 int level,
                 java.lang.String message)
Handle a debug message.

Parameters:
obj - The object instance that generated the message, may be null
method - The method in the object where the message was generated
level - The debug level
message - The debug message