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
| 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, INSTANCE, JOB_EXECUTOR_LOGGER, METRICS_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 |
| 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 |
CommandLogger
public CommandLogger()
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(MessageEventSubscriptionEntity messageEventSubscription,
String processDefinitionId)
debugIgnoringEventSubscription
public void debugIgnoringEventSubscription(EventSubscriptionEntity eventSubscription,
String processDefinitionId)
debugProcessingDeployment
public void debugProcessingDeployment(String name)
debugProcessingResource
public void debugProcessingResource(String name)
Copyright © 2015 camunda services GmbH. All rights reserved.