Class LoggerUtil
java.lang.Object
org.camunda.commons.logging.BaseLogger
org.camunda.bpm.client.spring.impl.util.LoggerUtil
- Direct Known Subclasses:
ClientLoggerUtil
,SubscriptionLoggerUtil
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ClientLoggerUtil
protected static final String
protected static final String
static final SubscriptionLoggerUtil
Fields inherited from class org.camunda.commons.logging.BaseLogger
componentId, delegateLogger, projectCode
-
Constructor Summary
-
Method Summary
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_LOGGER
- See Also:
-
CLIENT_LOGGER
-
SUBSCRIPTION_LOGGER
-
-
Constructor Details
-
LoggerUtil
public LoggerUtil()
-