org.camunda.bpm.engine.impl.util
Class LogUtil

java.lang.Object
  extended by org.camunda.bpm.engine.impl.util.LogUtil

Deprecated. since 7.4, use slf4j

@Deprecated
public class LogUtil
extends Object

Author:
Tom Baeyens

Nested Class Summary
static class LogUtil.LogFormatter
          Deprecated.  
static class LogUtil.ThreadLogMode
          Deprecated.  
 
Constructor Summary
LogUtil()
          Deprecated.  
 
Method Summary
static LogUtil.ThreadLogMode getThreadLogMode()
          Deprecated.  
static void readJavaUtilLoggingConfigFromClasspath()
          Deprecated.  
static void resetThreadIndents()
          Deprecated.  
static LogUtil.ThreadLogMode setThreadLogMode(LogUtil.ThreadLogMode threadLogMode)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogUtil

public LogUtil()
Deprecated. 
Method Detail

getThreadLogMode

public static LogUtil.ThreadLogMode getThreadLogMode()
Deprecated. 

setThreadLogMode

public static LogUtil.ThreadLogMode setThreadLogMode(LogUtil.ThreadLogMode threadLogMode)
Deprecated. 

readJavaUtilLoggingConfigFromClasspath

public static void readJavaUtilLoggingConfigFromClasspath()
Deprecated. 

resetThreadIndents

public static void resetThreadIndents()
Deprecated. 


Copyright © 2016 camunda services GmbH. All rights reserved.