Examples of GlogLayout


Examples of com.twitter.common.logging.log4j.GlogLayout

   */
  static void configureConsole(Configuration glogConfig) {
    Objects.requireNonNull(glogConfig);

    BasicConfigurator.configure(
        new ConsoleAppender(new GlogLayout(), ConsoleAppender.SYSTEM_ERR));
    Logger.getRootLogger().setLevel(getLevel(glogConfig));
  }
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.