Package org.camunda.bpm.engine.impl.cfg
Class ConfigurationLogger
java.lang.Object
org.camunda.commons.logging.BaseLogger
org.camunda.bpm.engine.impl.ProcessEngineLogger
org.camunda.bpm.engine.impl.cfg.ConfigurationLogger
- 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
Fields inherited from class org.camunda.commons.logging.BaseLogger
componentId, delegateLogger, projectCode
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
debugDatabaseproductName
(String databaseProductName) void
debugDatabaseType
(String databaseType) void
invalidBatchOperation
(String operation, String historyTimeToLive) void
invalidBatchTypeForInvocationsPerBatchJob
(String batchType) invalidConfigDefaultUserPermissionNameForTask
(String defaultUserPermissionNameForTask, String[] validPermissionNames) void
invalidPropertyValue
(String propertyName, String propertyValue) invalidPropertyValue
(String propertyName, String propertyValue, Exception e) invalidPropertyValue
(String propertyName, String propertyValue, String reason) void
logModelHTTLLongerThanGlobalConfiguration
(String definitionKey) Method for logging message when model TTL longer than global TTL.void
pluginActivated
(String pluginName, String processEngineName) void
Methods inherited from class org.camunda.bpm.engine.impl.ProcessEngineLogger
couldNotDetermineIp, exceptionWhileClosingProcessEngine, exceptionWhileInitializingProcessengine, historyCleanupJobReconfigurationFailure, initializingProcessEngine, initializingProcessEngineForResource, processEngineAlreadyInitialized, processEngineClosed, processEngineCreated, shouldLogCmdException, shouldLogJobException
Methods inherited from class org.camunda.commons.logging.BaseLogger
createLogger, exceptionMessage, formatMessageTemplate, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, log, log, logDebug, logError, logInfo, logTrace, logWarn
-
Constructor Details
-
ConfigurationLogger
public ConfigurationLogger()
-
-
Method Details
-
invalidConfigTransactionManagerIsNull
-
invalidConfigCannotFindTransactionManger
public ProcessEngineException invalidConfigCannotFindTransactionManger(String jndiName, NamingException e) -
pluginActivated
-
debugDatabaseproductName
-
debugDatabaseType
-
usingDeprecatedHistoryLevelVariable
public void usingDeprecatedHistoryLevelVariable() -
invalidConfigDefaultUserPermissionNameForTask
public ProcessEngineException invalidConfigDefaultUserPermissionNameForTask(String defaultUserPermissionNameForTask, String[] validPermissionNames) -
invalidPropertyValue
-
invalidPropertyValue
public ProcessEngineException invalidPropertyValue(String propertyName, String propertyValue, String reason) -
invalidBatchOperation
-
invalidPropertyValue
public ProcessEngineException invalidPropertyValue(String propertyName, String propertyValue, Exception e) -
databaseConnectionAccessException
-
databaseConnectionCloseException
-
invalidBatchTypeForInvocationsPerBatchJob
-
invalidPropertyValue
-
logModelHTTLLongerThanGlobalConfiguration
Method for logging message when model TTL longer than global TTL.- Parameters:
definitionKey
- the correlated definition key with which history TTL is related to. For processes related to httl, that is the processDefinitionKey, for cases the case definition key whereas for decisions is the decision definition key.
-
logErrorNoTTLConfigured
-