|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jcorporate.expresso.kernel.ConsoleInstallLog
This is a default implementation of InstallLog that sends all output to the System console. Super basic, but it allows for a building block in non- servlet environments.
| Constructor Summary | |
ConsoleInstallLog()
|
|
| Method Summary | |
void |
debug(String message)
Logs debug messages |
void |
error(String message)
Logs error messages |
void |
error(String message,
Throwable error)
Logs error messages |
void |
info(String message)
Logs info messages |
void |
warn(String message)
Logs warning messages |
void |
warn(String message,
Throwable error)
Logs warning messages |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ConsoleInstallLog()
| Method Detail |
public void debug(String message)
debug in interface InstallLogmessage - the messages to logpublic void info(String message)
info in interface InstallLogmessage - the messages to logpublic void warn(String message)
warn in interface InstallLogmessage - the messages to log
public void warn(String message,
Throwable error)
warn in interface InstallLogmessage - the messages to logerror - The exception thrown that needs to be logged
public void error(String message,
Throwable error)
error in interface InstallLogmessage - the messages to logerror - the Exception thrown that needs to be loggedpublic void error(String message)
error in interface InstallLogmessage - the messages to log
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||