com.intel.cosbench.log.log4j
Class Log4jUtils

java.lang.Object
  extended by com.intel.cosbench.log.log4j.Log4jUtils

public class Log4jUtils
extends java.lang.Object


Constructor Summary
Log4jUtils()
           
 
Method Summary
static org.apache.log4j.Level toLog4jLevel(LogLevel level)
          The method to convert cosbench log level to log4j log level.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log4jUtils

public Log4jUtils()
Method Detail

toLog4jLevel

public static org.apache.log4j.Level toLog4jLevel(LogLevel level)
The method to convert cosbench log level to log4j log level.

Parameters:
level -
Returns:
corresponding log4j log level.