Package org.apache.ambari.log4j.common

Examples of org.apache.ambari.log4j.common.LoggingThreadRunnable


          throw new RuntimeException(
              "Failed to create database store for " + database, e);
        }
      }
      logThreadRunnable =
          new LoggingThreadRunnable(events, logParser, logStore);
      logThread = new Thread(logThreadRunnable);
      logThread.setDaemon(true);
      logThread.start();

      super.activateOptions();
View Full Code Here

TOP

Related Classes of org.apache.ambari.log4j.common.LoggingThreadRunnable

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.