Okapi .NET Library

Log Class

 [This is preliminary documentation and subject to change.]

Default implementation of the ILog interface.

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

System.Object
   Okapi.Library.Base.Log

[Visual Basic]
Public Class Log
    Implements ILog, IDisposable
[C#]
public class Log : ILog, IDisposable
[C++]
public __gc class Log : public ILog, IDisposable
[JScript]
public class Log extends ILog, IDisposable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Okapi.Library.Base

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

See Also

Log Members | Okapi.Library.Base Namespace