Examples of dumpErrors()


Examples of org.apache.log4j.joran.JoranConfigurator.dumpErrors()

    }
   
    JoranConfigurator joran = new JoranConfigurator();
   
    joran.doConfigure(args[0], LogManager.getLoggerRepository());
    joran.dumpErrors();
   
    Logger logger = Logger.getLogger("some.cat");
    logger.debug("Hello, log");
    logger.info("Hello again...");
  }
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.