Package org.camunda.commons.utils
Class UtilsLogger
java.lang.Object
org.camunda.commons.logging.BaseLogger
org.camunda.commons.utils.UtilsLogger
- Direct Known Subclasses:
EnsureUtilLogger
,IoUtilLogger
- Author:
- Sebastian Menski
-
Field Summary
Modifier and TypeFieldDescriptionstatic final EnsureUtilLogger
static final IoUtilLogger
static final String
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:
-
IO_UTIL_LOGGER
-
ENSURE_UTIL_LOGGER
-
-
Constructor Details
-
UtilsLogger
public UtilsLogger()
-