|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.commons.logging.BaseLogger
org.camunda.bpm.engine.impl.ProcessEngineLogger
org.camunda.bpm.engine.impl.externaltask.ExternalTaskLogger
public class ExternalTaskLogger
Represents the logger for the external task.
| Field Summary |
|---|
| Fields inherited from class org.camunda.commons.logging.BaseLogger |
|---|
componentId, delegateLogger, projectCode |
| Constructor Summary | |
|---|---|
ExternalTaskLogger()
|
|
| Method Summary | |
|---|---|
void |
couldNotDeterminePriority(ExecutionEntity execution,
Object value,
ProcessEngineException e)
Logs that the priority could not be determined in the given context. |
| 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 |
|---|
public ExternalTaskLogger()
| Method Detail |
|---|
public void couldNotDeterminePriority(ExecutionEntity execution,
Object value,
ProcessEngineException e)
execution - the context that is used for determining the priorityvalue - the default valuee - the exception which was catched
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||