Package net.sourceforge.squirrel_sql.fw.util.log

Examples of net.sourceforge.squirrel_sql.fw.util.log.ILoggerListener


      }
    });

    _displayLastLogTimer.setRepeats(false);

    LoggerController.addLoggerListener(new ILoggerListener()
    {
      public void info(Class<?> source, Object message)
      {
        _statistics.setInfoCount(_statistics._infoCount + 1);
        addLog(LOG_TYPE_INFO, source.getName(), message, null);
View Full Code Here

TOP

Related Classes of net.sourceforge.squirrel_sql.fw.util.log.ILoggerListener

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.