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