Important: The information in this document is obsolete and should not be used for new development.
IsLogWindowShown
Tests whether the log window is currently displayed.
ODBoolean IsLogWindowShown ();
- return value
kODTrue
if the log window is displayed; otherwise,kODFalse
.DISCUSSION
You call this method when you need to determine whether the log window is displayed. This method calls the log extension'sIsLogWindowShown
method.Do not subclass this class.
SEE ALSO
TheShowLogWindow
method (page 377).
TheCyberLogExtension::IsLogWindowShown
method (page 253).