Important: The information in this document is obsolete and should not be used for new development.
GetLog
Retrieves the log part.
ODPart GetLog (in ODBoolean create);
createkODTrueif the log should be created if it is not found; otherwise,kODFalse.- return value
- The log part.
DISCUSSION
This method returns an OpenDoc part of part kindkLogManagerKind. If the log is not found and the value of thecreateparameter iskODTrue, this method creates the log.Do not subclass this class.
SEE ALSO
TheSetLogmethod (page 374).