Okapi .NET Library

ILog.Show Method 

 [This is preliminary documentation and subject to change.]

Shows the log user interface.

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

Remarks

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.

See Also

ILog Interface | Okapi.Library.Base Namespace | Hide