Class ExternalTaskLogger
java.lang.Object
org.camunda.commons.logging.BaseLogger
org.camunda.bpm.engine.impl.ProcessEngineLogger
org.camunda.bpm.engine.impl.externaltask.ExternalTaskLogger
Represents the logger for the external task.
- Author:
- Christopher Zell <christopher.zell@camunda.com>
- 
Field SummaryFields inherited from class org.camunda.bpm.engine.impl.ProcessEngineLoggerADMIN_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, EXTERNAL_TASK_LOGGER, INCIDENT_LOGGER, INDENTITY_LOGGER, INSTANCE, JOB_EXECUTOR_LOGGER, METRICS_LOGGER, MIGRATION_LOGGER, PERSISTENCE_LOGGER, PROCESS_APPLICATION_LOGGER, PROJECT_CODE, PVM_LOGGER, SCRIPT_LOGGER, SECURITY_LOGGER, TELEMETRY_LOGGER, TEST_LOGGER, TX_LOGGER, UTIL_LOGGERFields inherited from class org.camunda.commons.logging.BaseLoggercomponentId, delegateLogger, projectCode
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcouldNotDeterminePriority(ExecutionEntity execution, Object value, ProcessEngineException e) Logs that the priority could not be determined in the given context.voiderrorEventDefinitionEvaluationException(String taskId, CamundaErrorEventDefinition errorEventDefinition, Exception exception) Logs that the error event definition expression could not be evaluated and will be considered as falseMethods inherited from class org.camunda.bpm.engine.impl.ProcessEngineLoggercouldNotDetermineIp, exceptionWhileClosingProcessEngine, exceptionWhileInitializingProcessengine, historyCleanupJobReconfigurationFailure, initializingProcessEngine, initializingProcessEngineForResource, processEngineAlreadyInitialized, processEngineClosed, processEngineCreated, shouldLogCmdException, shouldLogJobExceptionMethods inherited from class org.camunda.commons.logging.BaseLoggercreateLogger, exceptionMessage, formatMessageTemplate, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, log, log, logDebug, logError, logInfo, logTrace, logWarn
- 
Constructor Details- 
ExternalTaskLoggerpublic ExternalTaskLogger()
 
- 
- 
Method Details- 
couldNotDeterminePrioritypublic 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
 
- 
errorEventDefinitionEvaluationExceptionpublic 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
 
 
-