Package org.platformlayer.ops.log

Examples of org.platformlayer.ops.log.JobLogger.exitScope()


  private void exitLogScope() {
    OpsContext opsContext = OpsContext.get();

    if (opsContext != null) {
      JobLogger jobLogger = opsContext.getJobLogger();
      jobLogger.exitScope();
    }
  }

  public MetricConfig getMetricInfo(Object target) throws OpsException {
    MetricCollector metricCollector = opsSystem.getInjector().getInstance(MetricCollector.class);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.