cohtml.Net.LogHandler
Interface to allow custom logging.
Inherits from SystemIDisposable
Inherited by cohtml.CohtmlLogHandler
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| virtual void | Dispose() |
| LogHandler() | |
| virtual void | WriteLog(LogInfo info, string message, ulong length) Called when a log message has to be written. |
| delegate void | SwigDelegateLogHandler_0(global.System.IntPtr info, string message, ulong length, global.System.IntPtr swigId) |
Protected Attributes
Section titled “Protected Attributes”| Name | |
|---|---|
| bool | swigCMemOwn |
Public Functions Documentation
Section titled “Public Functions Documentation”function Dispose
Section titled “function Dispose”virtual void Dispose()Reimplemented by: cohtml.CohtmlLogHandler.Dispose
function LogHandler
Section titled “function LogHandler”LogHandler()function WriteLog
Section titled “function WriteLog”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
function SwigDelegateLogHandler_0
Section titled “function SwigDelegateLogHandler_0”delegate void SwigDelegateLogHandler_0( global.System.IntPtr info, string message, ulong length, global.System.IntPtr swigId)Protected Attributes Documentation
Section titled “Protected Attributes Documentation”variable swigCMemOwn
Section titled “variable swigCMemOwn”bool swigCMemOwn;© 2026 Coherent Labs. All rights reserved.