Package co.cask.tigon.logging

Examples of co.cask.tigon.logging.FlowletLoggingContext


  public int getInstanceId() {
    return instanceId;
  }

  public LoggingContext getLoggingContext() {
    return new FlowletLoggingContext(getFlowId(), getFlowletId());
  }
View Full Code Here

TOP

Related Classes of co.cask.tigon.logging.FlowletLoggingContext

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.