Package org.platformlayer.ops.log

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


  private void enterLogScope(Object controller) {
    OpsContext opsContext = OpsContext.get();

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

  private void exitLogScope() {
    OpsContext opsContext = OpsContext.get();
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.