|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hattrickorganizer.tools.HOLogger
public class HOLogger
This is the HO logger
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 |
---|
public static final int DEBUG
public static final int INFORMATION
public static final int WARNING
public static final int ERROR
Method Detail |
---|
public static HOLogger instance()
public void setLogLevel(int i)
i
- TODO Missing Method Parameter Documentationpublic int getLogLevel()
public void log(java.lang.Class caller, java.lang.Object obj)
caller
- TODO Missing Method Parameter Documentationobj
- TODO Missing Constructuor Parameter Documentationpublic void info(java.lang.Class caller, java.lang.Object obj)
public void warning(java.lang.Class caller, java.lang.Object obj)
public void error(java.lang.Class caller, java.lang.Object obj)
public void debug(java.lang.Class caller, java.lang.Object obj)
public void log(java.lang.Class caller, java.lang.Throwable e)
caller
- TODO Missing Method Parameter Documentatione
- TODO Missing Method Parameter Documentationprotected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
- TODO Missing Method Exception Documentation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |