Package co.cask.cdap.common.logging.common

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


  }

  @Singleton
  @Provides
  private LocalLogWriter providesLogWriter(CConfiguration configuration) {
    return new LocalLogWriter(configuration);
  }
View Full Code Here

TOP

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

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.