Package org.camunda.bpm.run.utils
Class CamundaBpmRunLogger
java.lang.Object
org.camunda.commons.logging.BaseLogger
org.camunda.bpm.run.utils.CamundaBpmRunLogger
public class CamundaBpmRunLogger
extends org.camunda.commons.logging.BaseLogger
-
Field Summary
Modifier and TypeFieldDescriptionstatic final CamundaBpmRunLogger
static final String
static final String
static final String
Fields inherited from class org.camunda.commons.logging.BaseLogger
componentId, delegateLogger, projectCode
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfailedProcessEnginePluginInstantiation
(String pluginClass, Exception e) pluginPropertyNotFound
(String pluginName, String propertyName, Exception e) void
processEnginePluginRegistered
(String pluginClass) Methods inherited from class org.camunda.commons.logging.BaseLogger
createLogger, exceptionMessage, formatMessageTemplate, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, log, log, logDebug, logError, logInfo, logTrace, logWarn
-
Field Details
-
PROJECT_CODE
- See Also:
-
PROJECT_ID
- See Also:
-
PACKAGE
- See Also:
-
LOG
-
-
Constructor Details
-
CamundaBpmRunLogger
public CamundaBpmRunLogger()
-
-
Method Details
-
processEnginePluginRegistered
-
failedProcessEnginePluginInstantiation
public ProcessEngineException failedProcessEnginePluginInstantiation(String pluginClass, Exception e) -
pluginPropertyNotFound
public ProcessEngineException pluginPropertyNotFound(String pluginName, String propertyName, Exception e)
-