Package co.cask.cdap.common.logging

Examples of co.cask.cdap.common.logging.LogCollector


public class LocalLogWriter implements LogWriter {
  private final LogCollector collector;

  public LocalLogWriter(CConfiguration configuration) {
    Configuration hConfiguration = new Configuration();
    this.collector = new LogCollector(configuration, hConfiguration);
  }
View Full Code Here

TOP

Related Classes of co.cask.cdap.common.logging.LogCollector

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.