|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface ConnectorLog
| Method Summary | |
|---|---|
void |
debug(java.lang.String msg)
Log a debug message to the connector's log |
void |
logError(java.lang.Exception e)
Log an exception message to the connector's log |
void |
logError(java.lang.String msg)
Log an error message to the connector's log |
void |
logmsg(java.lang.String msg)
Log a message to the connector's log. |
| Method Detail |
|---|
void logmsg(java.lang.String msg)
msg - The message to write to the logvoid debug(java.lang.String msg)
msg - The message to write to the logvoid logError(java.lang.String msg)
msg - The message to write to the logvoid logError(java.lang.Exception e)
e - The exception to write to the log
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||