|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DLog
Enables you to record actions and errors that take place during a program's execution. You can record actions and errors in.
Method Summary | |
---|---|
void |
logAction(java.lang.String text)
Records an action in a log. |
void |
logError(int code,
java.lang.String text)
Records an error in a log. |
void |
openNotesLog(java.lang.String server,
java.lang.String database)
Opens a notes database as the log target. |
Methods inherited from interface de.bea.domingo.DBase |
---|
equals, hashCode, toString |
Method Detail |
---|
void openNotesLog(java.lang.String server, java.lang.String database)
server
- notes server namedatabase
- notes database filenamevoid logError(int code, java.lang.String text)
code
- a number indicating which error occurred.text
- a description of the error that occurred, as you want it to appear in the log.void logAction(java.lang.String text)
text
- a description of the action, as you want it to appear in the log.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |