public interface DLog extends DBase
| Modifier and Type | Method and Description |
|---|---|
void |
logAction(String text)
Records an action in a log.
|
void |
logError(int code,
String text)
Records an error in a log.
|
void |
openNotesLog(String server,
String database)
Opens a notes database as the log target.
|
void openNotesLog(String server, String database)
server - notes server namedatabase - notes database filenamevoid logError(int code,
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(String text)
text - a description of the action, as you want it to appear in the log.Copyright © 2005–2020. All rights reserved.