Package org.camunda.bpm.application.impl
Class ProcessApplicationLogger
java.lang.Object
org.camunda.commons.logging.BaseLogger
org.camunda.bpm.engine.impl.ProcessEngineLogger
org.camunda.bpm.application.impl.ProcessApplicationLogger
- 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, TEST_LOGGER, TX_LOGGER, UTIL_LOGGERFields inherited from class org.camunda.commons.logging.BaseLogger
componentId, delegateLogger, projectCode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoiddebugNoTargetProcessApplicationFound(ExecutionEntity execution, ProcessApplicationManager processApplicationManager) voiddebugNoTargetProcessApplicationFoundForCaseExecution(CaseExecutionEntity execution, ProcessApplicationManager processApplicationManager) voiddetectedPa(Class<?> paClass) voidvoidbooleanmultiplePasException(Set<Class<?>> c, String appId) voidnoElResolverProvided(String paName, String string) voidvoidvoidvoidpaDoesNotProvideTaskListener(String paName) voidpaElResolversDiscovered(String summary) paWrongTypeException(Class<?> paClass) processApplicationUnavailableException(String name, Throwable cause) voidregistrationSummary(String string) voidservletDeployerNoPaFound(String ctxName) voidtaskNotRelatedToExecution(DelegateTask delegateTask) Methods inherited from class org.camunda.bpm.engine.impl.ProcessEngineLogger
couldNotDetermineIp, exceptionWhileClosingProcessEngine, exceptionWhileInitializingProcessengine, historyCleanupJobReconfigurationFailure, initializingProcessEngine, initializingProcessEngineForResource, processEngineAlreadyInitialized, processEngineClosed, processEngineCreated, shouldLogCmdException, shouldLogJobExceptionMethods inherited from class org.camunda.commons.logging.BaseLogger
createLogger, exceptionMessage, formatMessageTemplate, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, log, log, logDebug, logError, logInfo, logTrace, logWarn
-
Constructor Details
-
ProcessApplicationLogger
public ProcessApplicationLogger()
-
-
Method Details
-
taskNotRelatedToExecution
-
exceptionWhileNotifyingPaTaskListener
-
noTargetProcessApplicationForExecution
-
paDoesNotProvideExecutionListener
-
paDoesNotProvideTaskListener
-
paElResolversDiscovered
-
noElResolverProvided
-
processApplicationExecutionException
-
ejbPaCannotLookupSelfReference
-
ejbPaCannotAutodetectName
-
servletDeployerNoPaFound
-
multiplePasException
-
paWrongTypeException
-
detectedPa
-
alreadyDeployed
public void alreadyDeployed() -
notDeployed
public void notDeployed() -
couldNotRemoveDefinitionsFromCache
-
exceptionWhileRegisteringDeploymentsWithJobExecutor
-
exceptionWhileUnregisteringDeploymentsWithJobExecutor
-
registrationSummary
-
exceptionWhileLoggingRegistrationSummary
-
isContextSwitchLoggable
public boolean isContextSwitchLoggable() -
debugNoTargetProcessApplicationFound
public void debugNoTargetProcessApplicationFound(ExecutionEntity execution, ProcessApplicationManager processApplicationManager) -
debugNoTargetProcessApplicationFoundForCaseExecution
public void debugNoTargetProcessApplicationFoundForCaseExecution(CaseExecutionEntity execution, ProcessApplicationManager processApplicationManager)
-