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


SetLog

Sets the log part and its extension.

void SetLog (in ODPart logPart);
logPart
The ODPart object to be used as the log. The ODPart object must have an extension subclassed from CyberLogExtension.
DISCUSSION
This method designates the specified part as the log. If you develop your own log part, you can call this method to notify the session object that your log part should be used as the log. If the user opens a log stored as a part in the Finder, Cyberdog calls this method to designate the part as the log.

The specified part must have an extension subclassed from CyberLogExtension and a part kind of kLogManagerKind.

Do not subclass this class.

SEE ALSO
The GetLog method (page 363).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996