Okapi .NET Library

ILog Interface

 [This is preliminary documentation and subject to change.]

Log interface.

For a list of all members of this type, see ILog Members.

[Visual Basic]
Public Interface ILog
[C#]
public interface ILog
[C++]
public __gc __interface ILog
[JScript]
public interface ILog

Types that implement ILog

TypeDescription
Log Default implementation of the ILog interface.

Remarks

The Log interface allows you to share a common Log object across different components to display messages, indicate progress, and enter user cancellation commands.

See the Okapi Log Interface specification (http://okapi.sourceforge.net/ILog.html) for more information.

Requirements

Namespace: Okapi.Library.Base

Assembly: Okapi.Library.Base (in Okapi.Library.Base.dll)

See Also

ILog Members | Okapi.Library.Base Namespace