|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectisql.util.SystemLogger
public class SystemLogger
Default implementation of the ILogger wrapper that uses the System streams (System.out, System.err). Used in the tests
| Constructor Summary | |
|---|---|
SystemLogger()
|
|
| Method Summary | |
|---|---|
void |
debug(java.lang.String msg)
Logs a debug message |
void |
error(java.lang.String msg)
Logs an error |
void |
error(java.lang.String msg,
java.lang.Throwable thrown)
Logs an error with an exception |
void |
info(java.lang.String msg)
Logs an information message |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SystemLogger()
| Method Detail |
|---|
public void debug(java.lang.String msg)
ILogger
debug in interface ILoggermsg - the debug messsage
public void error(java.lang.String msg,
java.lang.Throwable thrown)
ILogger
error in interface ILoggermsg - the error textthrown - the exceptionpublic void error(java.lang.String msg)
ILogger
error in interface ILoggermsg - the error textpublic void info(java.lang.String msg)
ILogger
info in interface ILoggermsg - the info message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||