org.camunda.bpm.engine.impl.pvm
Class PvmLogger
java.lang.Object
org.camunda.commons.logging.BaseLogger
org.camunda.bpm.engine.impl.ProcessEngineLogger
org.camunda.bpm.engine.impl.pvm.PvmLogger
public class PvmLogger
- 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, 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 |
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 |
PvmLogger
public PvmLogger()
notTakingTranistion
public void notTakingTranistion(PvmTransition outgoingTransition)
debugExecutesActivity
public void debugExecutesActivity(PvmExecutionImpl execution,
ActivityImpl activity,
String name)
debugLeavesActivityInstance
public void debugLeavesActivityInstance(PvmExecutionImpl execution,
String activityInstanceId)
debugDestroyScope
public void debugDestroyScope(PvmExecutionImpl execution,
PvmExecutionImpl propagatingExecution)
destroying
public void destroying(PvmExecutionImpl pvmExecutionImpl)
removingEventScope
public void removingEventScope(PvmExecutionImpl childExecution)
interruptingExecution
public void interruptingExecution(String reason,
boolean skipCustomListeners)
debugEnterActivityInstance
public void debugEnterActivityInstance(PvmExecutionImpl pvmExecutionImpl,
String parentActivityInstanceId)
execptionWhileCompletingSupProcess
public void execptionWhileCompletingSupProcess(PvmExecutionImpl execution,
Exception e)
createScope
public void createScope(PvmExecutionImpl execution,
PvmExecutionImpl propagatingExecution)
Copyright © 2016 camunda services GmbH. All rights reserved.