org.installguru.installer
Class Logger

java.lang.Object
  |
  +--org.installguru.installer.Logger

public class Logger
extends java.lang.Object


Field Summary
static int DEBUG
           
static int ERROR
           
static int INFO
           
static int WARN
           
 
Constructor Summary
Logger()
           
 
Method Summary
static void log(int level, java.lang.String msg)
           
static void log(int level, java.lang.String msg, java.lang.Throwable t)
           
static void log(int level, java.lang.Throwable t)
           
static void setLogLevel(int level)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INFO

public static int INFO

DEBUG

public static int DEBUG

WARN

public static int WARN

ERROR

public static int ERROR
Constructor Detail

Logger

public Logger()
Method Detail

log

public static void log(int level,
                       java.lang.String msg)

log

public static void log(int level,
                       java.lang.String msg,
                       java.lang.Throwable t)

log

public static void log(int level,
                       java.lang.Throwable t)

setLogLevel

public static void setLogLevel(int level)