Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Cyberdog Programmer's Kit / Part 3 - Cyberdog Reference
Chapter 7 - Classes and Methods / CyberSession


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 kind kLogManagerKind. If the log is not found and the value of the create parameter is kODTrue, this method creates the log.

Do not subclass this class.

SEE ALSO
The SetLog method (page 374).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996