org.xmlBlaster.client.protocol.http.common
Interface I_Log
- public interface I_Log
You can redirect the logging output of the xmlBlaster applet client library.
- Author:
- Marcel Ruff.
|
Method Summary |
void |
log(java.lang.String location,
java.lang.String level,
java.lang.String text)
Receive the logging. |
log
public void log(java.lang.String location,
java.lang.String level,
java.lang.String text)
- Receive the logging.
- Parameters:
location - The class and/or method namelevel - One of "ERROR", "WARN", "INFO", "DEBUG"text - The text to log
Copyright © 1999-2007 The xmlBlaster.org contributers.