cohtml::Net::ILogHandler

Inherits from SystemIDisposable

Public Functions

Name
virtual voidDispose()
ILogHandler()
virtual voidWriteLog(Severity severity, string message, ulong length)
delegate voidSwigDelegateILogHandler_0(int severity, string message, ulong length, global::System.IntPtr swigId)

Protected Attributes

Name
boolswigCMemOwn

Public Functions Documentation

function Dispose

virtual void Dispose()

function ILogHandler

ILogHandler()

function WriteLog

virtual void WriteLog(
    Severity severity,
    string message,
    ulong length
)

function SwigDelegateILogHandler_0

delegate void SwigDelegateILogHandler_0(
    int severity,
    string message,
    ulong length,
    global::System.IntPtr swigId
)

Protected Attributes Documentation

variable swigCMemOwn

bool swigCMemOwn;