|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.sahits.codegen.core.util.BasicLogger
ch.sahits.codegen.core.util.SahitsLogger
public class SahitsLogger
Logger for logging into the global namespace
| Constructor Summary | |
|---|---|
SahitsLogger()
|
|
| Method Summary | |
|---|---|
void |
log(java.lang.Throwable e)
Add an error to the error Log. |
void |
logInfo(java.lang.Throwable e,
java.lang.String message)
Add an error to the error Log. |
void |
logWarning(java.lang.Throwable e)
Add an error to the warning Log. |
| Methods inherited from class ch.sahits.codegen.core.util.BasicLogger |
|---|
addException, addMessage, getMessage, getThrownException |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface ch.sahits.codegen.core.util.ILogger |
|---|
addException, addMessage, getMessage |
| Constructor Detail |
|---|
public SahitsLogger()
| Method Detail |
|---|
public void log(java.lang.Throwable e)
ILogger
log in interface ILoggere - Throwable to be loggedILogger.log(java.lang.Throwable)public void logWarning(java.lang.Throwable e)
ILogger
logWarning in interface ILoggere - Throwable to be loggedILogger.logWarning(java.lang.Throwable)
public void logInfo(java.lang.Throwable e,
java.lang.String message)
ILogger
logInfo in interface ILoggere - Throwable to be loggedmessage - to be loggedILogger.logInfo(java.lang.Throwable, java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||