Okapi .NET Library

ILog.Hide Method 

 [This is preliminary documentation and subject to change.]

Hides the log user interface.

[Visual Basic]
Sub Hide()
[C#]
void Hide();
[C++]
void Hide();
[JScript]
function Hide();

Remarks

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.

See Also

ILog Interface | Okapi.Library.Base Namespace | Show