Uses of Enum Class
org.camunda.bpm.engine.impl.util.LogUtil.ThreadLogMode
Packages that use LogUtil.ThreadLogMode
-
Uses of LogUtil.ThreadLogMode in org.camunda.bpm.engine.impl.util
Methods in org.camunda.bpm.engine.impl.util that return LogUtil.ThreadLogModeModifier and TypeMethodDescriptionstatic LogUtil.ThreadLogMode
LogUtil.getThreadLogMode()
Deprecated.static LogUtil.ThreadLogMode
LogUtil.setThreadLogMode
(LogUtil.ThreadLogMode threadLogMode) Deprecated.static LogUtil.ThreadLogMode
Returns the enum constant of this class with the specified name.static LogUtil.ThreadLogMode[]
LogUtil.ThreadLogMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.camunda.bpm.engine.impl.util with parameters of type LogUtil.ThreadLogModeModifier and TypeMethodDescriptionstatic LogUtil.ThreadLogMode
LogUtil.setThreadLogMode
(LogUtil.ThreadLogMode threadLogMode) Deprecated.