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
 kODTrueif 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'sIsLogWindowShownmethod.Do not subclass this class.
SEE ALSO
TheShowLogWindowmethod (page 377).
TheCyberLogExtension::IsLogWindowShownmethod (page 253).