Package org.camunda.bpm.engine.impl.cmd
Class CommandLogger
- java.lang.Object
-
- org.camunda.commons.logging.BaseLogger
-
- org.camunda.bpm.engine.impl.ProcessEngineLogger
-
- org.camunda.bpm.engine.impl.cmd.CommandLogger
-
public class CommandLogger extends ProcessEngineLogger
- Author:
- Daniel Meyer
-
-
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, 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_LOGGER
-
-
Constructor Summary
Constructors Constructor Description CommandLogger()
-
Method Summary
-
Methods inherited from class org.camunda.bpm.engine.impl.ProcessEngineLogger
couldNotDetermineIp, exceptionWhileClosingProcessEngine, exceptionWhileInitializingProcessengine, historyCleanupJobReconfigurationFailure, initializingProcessEngine, initializingProcessEngineForResource, processEngineAlreadyInitialized, processEngineClosed, processEngineCreated, shouldLogCmdException, shouldLogJobException
-
-
-
-
Method Detail
-
debugCreatingNewDeployment
public void debugCreatingNewDeployment()
-
usingExistingDeployment
public void usingExistingDeployment()
-
debugModificationInstruction
public void debugModificationInstruction(String processInstanceId, int i, String describe)
-
debugStartingInstruction
public void debugStartingInstruction(String processInstanceId, int i, String describe)
-
debugStartingCommand
public void debugStartingCommand(Command<?> cmd)
-
debugFinishingCommand
public void debugFinishingCommand(Command<?> cmd)
-
debugWaitingFor
public void debugWaitingFor(long waitTime)
-
debugCaughtOptimisticLockingException
public void debugCaughtOptimisticLockingException(OptimisticLockingException e)
-
debugOpeningNewCommandContext
public void debugOpeningNewCommandContext()
-
debugReusingExistingCommandContext
public void debugReusingExistingCommandContext()
-
closingCommandContext
public void closingCommandContext()
-
calledInsideTransaction
public void calledInsideTransaction()
-
maskedExceptionInCommandContext
public void maskedExceptionInCommandContext(Throwable throwable)
-
exceptionWhileRollingBackTransaction
public void exceptionWhileRollingBackTransaction(Exception e)
-
exceptionWhileGettingValueForVariable
public void exceptionWhileGettingValueForVariable(Exception t)
-
couldNotFindProcessDefinitionForEventSubscription
public void couldNotFindProcessDefinitionForEventSubscription(EventSubscriptionEntity messageEventSubscription, String processDefinitionId)
-
debugIgnoringEventSubscription
public void debugIgnoringEventSubscription(EventSubscriptionEntity eventSubscription, String processDefinitionId)
-
debugProcessingDeployment
public void debugProcessingDeployment(String name)
-
debugProcessingResource
public void debugProcessingResource(String name)
-
paWithNameNotRegistered
public ProcessEngineException paWithNameNotRegistered(String name)
-
cannotReolvePa
public ProcessEngineException cannotReolvePa(ProcessApplicationIdentifier processApplicationIdentifier)
-
warnDisabledDeploymentLock
public void warnDisabledDeploymentLock()
-
exceptionStartProcessInstanceByIdAndTenantId
public BadUserRequestException exceptionStartProcessInstanceByIdAndTenantId()
-
exceptionStartProcessInstanceAtStartActivityAndSkipListenersOrMapping
public BadUserRequestException exceptionStartProcessInstanceAtStartActivityAndSkipListenersOrMapping()
-
exceptionCorrelateMessageWithProcessDefinitionId
public BadUserRequestException exceptionCorrelateMessageWithProcessDefinitionId()
-
exceptionCorrelateStartMessageWithCorrelationVariables
public BadUserRequestException exceptionCorrelateStartMessageWithCorrelationVariables()
-
exceptionDeliverSignalToSingleExecutionWithTenantId
public BadUserRequestException exceptionDeliverSignalToSingleExecutionWithTenantId()
-
exceptionCorrelateMessageWithProcessInstanceAndTenantId
public BadUserRequestException exceptionCorrelateMessageWithProcessInstanceAndTenantId()
-
exceptionCorrelateMessageWithProcessDefinitionAndTenantId
public BadUserRequestException exceptionCorrelateMessageWithProcessDefinitionAndTenantId()
-
exceptionCorrelateMessageToSingleProcessDefinition
public MismatchingMessageCorrelationException exceptionCorrelateMessageToSingleProcessDefinition(String messageName, long processDefinitionCound, CorrelationSet correlationSet)
-
exceptionCorrelateMessageToSingleExecution
public MismatchingMessageCorrelationException exceptionCorrelateMessageToSingleExecution(String messageName, long executionCound, CorrelationSet correlationSet)
-
exceptionUpdateSuspensionStateForTenantOnlyByProcessDefinitionKey
public BadUserRequestException exceptionUpdateSuspensionStateForTenantOnlyByProcessDefinitionKey()
-
exceptionBpmnErrorPropagationFailed
public ProcessEngineException exceptionBpmnErrorPropagationFailed(String errorCode, Throwable cause)
-
exceptionCommandWithUnauthorizedTenant
public ProcessEngineException exceptionCommandWithUnauthorizedTenant(String command)
-
warnDeploymentResourceHasWrongName
public void warnDeploymentResourceHasWrongName(String resourceName, String[] suffixes)
-
processInstanceDoesNotExist
public ProcessEngineException processInstanceDoesNotExist(String processInstanceId)
-
processDefinitionOfInstanceDoesNotMatchModification
public ProcessEngineException processDefinitionOfInstanceDoesNotMatchModification(ExecutionEntity processInstance, String processDefinitionId)
-
debugHistoryCleanupWrongConfiguration
public void debugHistoryCleanupWrongConfiguration()
-
processDefinitionOfHistoricInstanceDoesNotMatchTheGivenOne
public ProcessEngineException processDefinitionOfHistoricInstanceDoesNotMatchTheGivenOne(HistoricProcessInstance historicProcessInstance, String processDefinitionId)
-
historicProcessInstanceActive
public ProcessEngineException historicProcessInstanceActive(HistoricProcessInstance historicProcessInstance)
-
exceptionWhenStartFormScriptEvaluation
public ProcessEngineException exceptionWhenStartFormScriptEvaluation(String processDefinitionId, Throwable cause)
-
exceptionWhenEvaluatingConditionalStartEventByProcessDefinition
public ProcessEngineException exceptionWhenEvaluatingConditionalStartEventByProcessDefinition(String processDefinitionId)
-
exceptionWhenEvaluatingConditionalStartEvent
public ProcessEngineException exceptionWhenEvaluatingConditionalStartEvent()
-
exceptionSettingTransientVariablesAsyncNotSupported
public BadUserRequestException exceptionSettingTransientVariablesAsyncNotSupported(String variableName)
-
crdbTransactionRetryAttempt
public void crdbTransactionRetryAttempt(Throwable cause)
-
-