xmlBlaster 2.2.0 API

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.
 

Method Detail

log

void log(java.lang.String location,
         java.lang.String level,
         java.lang.String text)
Receive the logging.

Parameters:
location - The class and/or method name
level - One of "ERROR", "WARN", "INFO", "DEBUG"
text - The text to log

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.