org.camunda.bpm.engine.impl.externaltask
Class ExternalTaskLogger

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

public class ExternalTaskLogger
extends ProcessEngineLogger

Represents the logger for the external task.

Author:
Christopher Zell

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.ProcessEngineLogger
ADMIN_PLUGIN_LOGGER, BPMN_BEHAVIOR_LOGGER, BPMN_PARSE_LOGGER, CMD_LOGGER, CMMN_OPERATION_LOGGER, CMMN_TRANSFORMER_LOGGER, CMNN_BEHAVIOR_LOGGER, CONFIG_LOGGER, CONTAINER_INTEGRATION_LOGGER, CONTEXT_LOGGER, CORE_LOGGER, DECISION_LOGGER, DIAGRAM_CANVAS_LOGGER, EXTERNAL_TASK_LOGGER, INSTANCE, JOB_EXECUTOR_LOGGER, METRICS_LOGGER, MIGRATION_LOGGER, PERSISTENCE_LOGGER, PROCESS_APPLICATION_LOGGER, PROJECT_CODE, PVM_LOGGER, SCRIPT_LOGGER, TEST_LOGGER, TX_LOGGER, UTIL_LOGGER
 
Fields inherited from class org.camunda.commons.logging.BaseLogger
componentId, delegateLogger, projectCode
 
Constructor Summary
ExternalTaskLogger()
           
 
Method Summary
 void couldNotDeterminePriority(ExecutionEntity execution, Object value, ProcessEngineException e)
          Logs that the priority could not be determined in the given context.
 
Methods inherited from class org.camunda.bpm.engine.impl.ProcessEngineLogger
exceptionWhileClosingProcessEngine, exceptionWhileInitializingProcessengine, initializingProcessEngine, initializingProcessEngineForResource, processEngineAlreadyInitialized, processEngineClosed, processEngineCreated
 
Methods inherited from class org.camunda.commons.logging.BaseLogger
createLogger, exceptionMessage, formatMessageTemplate, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, logDebug, logError, logInfo, logWarn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalTaskLogger

public ExternalTaskLogger()
Method Detail

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 catched


Copyright © 2016 camunda services GmbH. All rights reserved.