Class ContextLogger

java.lang.Object
org.camunda.commons.logging.BaseLogger
org.camunda.bpm.engine.impl.ProcessEngineLogger
org.camunda.bpm.engine.impl.interceptor.ContextLogger

public class ContextLogger extends ProcessEngineLogger
Author:
Daniel Meyer
  • Constructor Details

    • ContextLogger

      public ContextLogger()
  • Method Details

    • debugExecutingAtomicOperation

      public void debugExecutingAtomicOperation(CoreAtomicOperation<?> executionOperation, CoreExecution execution)
    • debugException

      public void debugException(Throwable throwable)
    • infoException

      public void infoException(Throwable throwable)
    • errorException

      public void errorException(Throwable throwable)
    • exceptionWhileInvokingOnCommandFailed

      public void exceptionWhileInvokingOnCommandFailed(Throwable t)
    • bpmnStackTrace

      public void bpmnStackTrace(String string)