Shows the log user interface.
[Visual Basic] Sub Show() [C#] void Show(); [C++] void Show(); [JScript] function Show();
Use this method to show the log user interface. Note that some implementations of the ILog interface may not provide a way to show the user interface. For example an output to a log file.
ILog Interface | Okapi.Library.Base Namespace | Hide