Package org.xmpp.component

Examples of org.xmpp.component.Log


  public Log getLog() {
    return logger;
  }
 
  private void createDummyLogger() {
    this.logger = new Log() {
      public void error(String message) {
        System.out.println(message);
      }
     
      public void error(String message, Throwable throwable) {
View Full Code Here

TOP

Related Classes of org.xmpp.component.Log

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.