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

Examples of net.sourceforge.squirrel_sql.fw.util.log.ILogger.error()


      initialize(fa, doStartupLogging);
    }
    catch (Exception e)
    {
      final ILogger log = createLogger(getClass());
      log.error("Error occured configuring logging. Now logging to standard output", e);
      BasicConfigurator.configure();
    }

  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.