public final class LogProxy extends BaseProxy implements DLog
BaseProxy.DocumentCollectionIteratorDATETIME_STRING_LENGTH, EMPTY_STRING, MAX_DATETIME_LENGTH, NUM_DATETIME_VALUES, RESOURCES| 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.
|
String |
toString()
Returns a short description of an instance.
|
checkSession, clearNotesObject, convertCalendarsToNotesDateTime, convertListToVector, convertNotesDateTimesToCalendar, convertVectorToList, createCalendar, createDateRange, createDateTime, decrementDateTimeCounter, finalize, getCountDateTime, getDSession, getFactory, getNotesObject, getParent, incrementDateTimeCounter, newException, newException, newException, newRuntimeException, newRuntimeException, newRuntimeException, recycleDateTimeList, refereceHashCode, toStringGeneric, toStringInterngetMonitor, setMonitorpublic void logAction(String text)
logAction in interface DLogtext - a description of the action, as you want it to appear in the log.DLog.logAction(java.lang.String)public void logError(int code,
String text)
logError in interface DLogcode - a number indicating which error occurred.text - a description of the error that occurred, as you want it to appear in the log.DLog.logError(int, java.lang.String)public String toString()
DBasetoString in interface DBasetoString in class ObjectObject.toString()public void openNotesLog(String server, String database)
openNotesLog in interface DLogserver - notes server namedatabase - notes database filenameDLog.openNotesLog(java.lang.String, java.lang.String)Copyright © 2005–2020. All rights reserved.