Important: The information in this document is obsolete and should not be used for new development.
SetLog
Sets the log part and its extension.
void SetLog (in ODPart logPart);
logPart
- The
ODPart
object to be used as the log. TheODPart
object must have an extension subclassed fromCyberLogExtension
.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 ofkLogManagerKind
.Do not subclass this class.
SEE ALSO
TheGetLog
method (page 363).