Skip to content
SiteEmail

cohtml.Net.LogHandler

Interface to allow custom logging.

Inherits from SystemIDisposable

Inherited by cohtml.CohtmlLogHandler

Name
virtual voidDispose()
LogHandler()
virtual voidWriteLog(LogInfo info, string message, ulong length)
Called when a log message has to be written.
delegate voidSwigDelegateLogHandler_0(global.System.IntPtr info, string message, ulong length, global.System.IntPtr swigId)
Name
boolswigCMemOwn
virtual void Dispose()

Reimplemented by: cohtml.CohtmlLogHandler.Dispose

LogHandler()
virtual void WriteLog(
LogInfo info,
string message,
ulong length
)

Called when a log message has to be written.

Parameters:

  • info the severity, target audience, and type of the message
  • message the log message itself, null terminated
  • length the length of the message including the trailing 0

Reimplemented by: cohtml.CohtmlLogHandler.WriteLog

delegate void SwigDelegateLogHandler_0(
global.System.IntPtr info,
string message,
ulong length,
global.System.IntPtr swigId
)
bool swigCMemOwn;