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

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

public class LogUtil
extends Object

Author:
Tom Baeyens

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

Constructor Detail

LogUtil

public LogUtil()
Method Detail

getThreadLogMode

public static LogUtil.ThreadLogMode getThreadLogMode()

setThreadLogMode

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

readJavaUtilLoggingConfigFromClasspath

public static void readJavaUtilLoggingConfigFromClasspath()

resetThreadIndents

public static void resetThreadIndents()


Copyright © 2015 camunda services GmbH. All rights reserved.