rle.util
Class Log

java.lang.Object
  extended by rle.util.Log

public class Log
extends java.lang.Object


Constructor Summary
Log()
           
 
Method Summary
static void debug(java.lang.Object msg)
           
static void error(java.lang.Object msg)
           
static void fatal(java.lang.Object msg)
           
static LogLevel getLogLevel()
           
static void info(java.lang.Object msg)
           
static void setLogLevel(LogLevel l)
           
static void warn(java.lang.Object msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log

public Log()
Method Detail

setLogLevel

public static void setLogLevel(LogLevel l)

getLogLevel

public static LogLevel getLogLevel()

debug

public static void debug(java.lang.Object msg)

info

public static void info(java.lang.Object msg)

warn

public static void warn(java.lang.Object msg)

error

public static void error(java.lang.Object msg)

fatal

public static void fatal(java.lang.Object msg)