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);
create
kODTrue
if 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 thecreate
parameter iskODTrue
, this method creates the log.Do not subclass this class.
SEE ALSO
TheSetLog
method (page 374).