org.pentaho.di.core.logging
Class DefaultLogLevel

java.lang.Object
  extended by org.pentaho.di.core.logging.DefaultLogLevel

public class DefaultLogLevel
extends Object

Retains the default log level during execution

Author:
matt

Method Summary
static LogLevel getLogLevel()
           
static void setLogLevel(LogLevel logLevel)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLogLevel

public static LogLevel getLogLevel()
Returns:
The default log level for this application

setLogLevel

public static void setLogLevel(LogLevel logLevel)
Parameters:
logLevel - Set the default log level for this application