|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This class provides an interface wrapper to allow component installation procedures to log their progress. The actual implementation of what happens when the component logs its installation is unknown to the component. It may be anything from display to an html page to run to a UNIX syslog. The responsibility is strictly up to the management program that creates the Installationg Log.
| Method Summary | |
void |
debug(String message)
Log a debug message |
void |
error(String message)
Log an error message |
void |
error(String message,
Throwable error)
Log an error exception |
void |
info(String message)
Log an info message |
void |
warn(String message)
Log a warning message |
void |
warn(String message,
Throwable error)
Log a warning exception |
| Method Detail |
public void debug(String message)
message - The message to log.public void info(String message)
message - The message to log.public void warn(String message)
message - The message to log.
public void warn(String message,
Throwable error)
message - The message to log.error - The Throwable object to log
public void error(String message,
Throwable error)
message - The message to log.error - The Throwable object to logpublic void error(String message)
message - The message to log.
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||