org.camunda.bpm.engine.impl.core
Class CoreLogger

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.core.CoreLogger

public class CoreLogger
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, INSTANCE, JOB_EXECUTOR_LOGGER, METRICS_LOGGER, MIGRATION_LOGGER, PERSISTENCE_LOGGER, PROCESS_APPLICATION_LOGGER, PROJECT_CODE, PVM_LOGGER, SCRIPT_LOGGER, SECURITY_LOGGER, TEST_LOGGER, TX_LOGGER, UTIL_LOGGER
 
Fields inherited from class org.camunda.commons.logging.BaseLogger
componentId, delegateLogger, projectCode
 
Constructor Summary
CoreLogger()
           
 
Method Summary
 void debugMappingValuefromInnerScopeToOuterScope(Object value, AbstractVariableScope innerScope, String name, AbstractVariableScope outerScope)
           
 void debugMappingValueFromOuterScopeToInnerScope(Object value, AbstractVariableScope outerScope, String name, AbstractVariableScope innerScope)
           
 void debugPerformingAtomicOperation(CoreAtomicOperation<?> atomicOperation, CoreExecution e)
           
 ProcessEngineException duplicateVariableInstanceException(CoreVariableInstance variableInstance)
           
 ProcessEngineException javaSerializationProhibitedException(String variableName)
           
 ProcessEngineException missingVariableInstanceException(CoreVariableInstance variableInstance)
           
 ProcessEngineException transientVariableException(String variableName)
           
 
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

CoreLogger

public CoreLogger()
Method Detail

debugMappingValueFromOuterScopeToInnerScope

public void debugMappingValueFromOuterScopeToInnerScope(Object value,
                                                        AbstractVariableScope outerScope,
                                                        String name,
                                                        AbstractVariableScope innerScope)

debugMappingValuefromInnerScopeToOuterScope

public void debugMappingValuefromInnerScopeToOuterScope(Object value,
                                                        AbstractVariableScope innerScope,
                                                        String name,
                                                        AbstractVariableScope outerScope)

debugPerformingAtomicOperation

public void debugPerformingAtomicOperation(CoreAtomicOperation<?> atomicOperation,
                                           CoreExecution e)

duplicateVariableInstanceException

public ProcessEngineException duplicateVariableInstanceException(CoreVariableInstance variableInstance)

missingVariableInstanceException

public ProcessEngineException missingVariableInstanceException(CoreVariableInstance variableInstance)

transientVariableException

public ProcessEngineException transientVariableException(String variableName)

javaSerializationProhibitedException

public ProcessEngineException javaSerializationProhibitedException(String variableName)


Copyright © 2018 camunda services GmbH. All rights reserved.