Package com.twitter.common.logging.log4j

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

Related Classes of com.twitter.common.logging.log4j.GlogLayout

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.