Class ExternalTaskLogger

java.lang.Object
org.camunda.commons.logging.BaseLogger
org.camunda.bpm.engine.impl.ProcessEngineLogger
org.camunda.bpm.engine.impl.externaltask.ExternalTaskLogger

public class ExternalTaskLogger extends ProcessEngineLogger
Represents the logger for the external task.
Author:
Christopher Zell <christopher.zell@camunda.com>
  • Constructor Details

    • ExternalTaskLogger

      public ExternalTaskLogger()
  • Method Details

    • couldNotDeterminePriority

      public void couldNotDeterminePriority(ExecutionEntity execution, Object value, ProcessEngineException e)
      Logs that the priority could not be determined in the given context.
      Parameters:
      execution - the context that is used for determining the priority
      value - the default value
      e - the exception which was caught
    • errorEventDefinitionEvaluationException

      public void errorEventDefinitionEvaluationException(String taskId, CamundaErrorEventDefinition errorEventDefinition, Exception exception)
      Logs that the error event definition expression could not be evaluated and will be considered as false
      Parameters:
      taskId - the context of the definition
      errorEventDefinition - the definition whose expression failed
      exception - the exception that was caught