|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.owasp.orizon.OrizonLog
public class OrizonLog
This class is a wrapper to log4j facilities
Constructor Summary | |
---|---|
OrizonLog(java.lang.Class name)
|
Method Summary | |
---|---|
boolean |
debug(java.lang.Object o)
Prints a debug message |
boolean |
error(java.lang.Object o)
Prints an error message |
boolean |
fatal(java.lang.Object o)
Prints a fatal error message |
boolean |
info(java.lang.Object o)
Prints an informational message |
boolean |
warning(java.lang.Object o)
Prints a warning message |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OrizonLog(java.lang.Class name)
Method Detail |
---|
public boolean fatal(java.lang.Object o)
o
- the object used to build the log message
public boolean debug(java.lang.Object o)
o
- the object used to build the log message
public boolean error(java.lang.Object o)
o
- the object used to build the log message
public boolean warning(java.lang.Object o)
o
- the object used to build the log message
public boolean info(java.lang.Object o)
o
- the object used to build the log message
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |