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. |
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 nullmethod
- The method in the object where the message was generatedlevel
- The debug levelmessage
- The debug message