de.hattrickorganizer.tools
Class HOLogger

java.lang.Object
  extended by de.hattrickorganizer.tools.HOLogger

public class HOLogger
extends java.lang.Object

This is the HO logger

Author:
Marco Senn

Field Summary
static int DEBUG
          TODO Missing Parameter Documentation
static int ERROR
          TODO Missing Parameter Documentation
static int INFORMATION
          TODO Missing Parameter Documentation
static int WARNING
          TODO Missing Parameter Documentation
 
Method Summary
 void debug(java.lang.Class caller, java.lang.Object obj)
           
 void error(java.lang.Class caller, java.lang.Object obj)
           
protected  void finalize()
          TODO Missing Method Documentation
 int getLogLevel()
          TODO Missing Method Documentation
 void info(java.lang.Class caller, java.lang.Object obj)
           
static HOLogger instance()
          TODO Missing Method Documentation
 void log(java.lang.Class caller, java.lang.Object obj)
          TODO Missing Method Documentation
 void log(java.lang.Class caller, java.lang.Throwable e)
          TODO Missing Method Documentation
 void setLogLevel(int i)
          TODO Missing Method Documentation
 void warning(java.lang.Class caller, java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static final int DEBUG
TODO Missing Parameter Documentation

See Also:
Constant Field Values

INFORMATION

public static final int INFORMATION
TODO Missing Parameter Documentation

See Also:
Constant Field Values

WARNING

public static final int WARNING
TODO Missing Parameter Documentation

See Also:
Constant Field Values

ERROR

public static final int ERROR
TODO Missing Parameter Documentation

See Also:
Constant Field Values
Method Detail

instance

public static HOLogger instance()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

setLogLevel

public void setLogLevel(int i)
TODO Missing Method Documentation

Parameters:
i - TODO Missing Method Parameter Documentation

getLogLevel

public int getLogLevel()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

log

public void log(java.lang.Class caller,
                java.lang.Object obj)
TODO Missing Method Documentation

Parameters:
caller - TODO Missing Method Parameter Documentation
obj - TODO Missing Constructuor Parameter Documentation

info

public void info(java.lang.Class caller,
                 java.lang.Object obj)

warning

public void warning(java.lang.Class caller,
                    java.lang.Object obj)

error

public void error(java.lang.Class caller,
                  java.lang.Object obj)

debug

public void debug(java.lang.Class caller,
                  java.lang.Object obj)

log

public void log(java.lang.Class caller,
                java.lang.Throwable e)
TODO Missing Method Documentation

Parameters:
caller - TODO Missing Method Parameter Documentation
e - TODO Missing Method Parameter Documentation

finalize

protected void finalize()
                 throws java.lang.Throwable
TODO Missing Method Documentation

Overrides:
finalize in class java.lang.Object
Throws:
java.lang.Throwable - TODO Missing Method Exception Documentation