1.26.2.1
Gameface
cohtml.Net.ILogHandler Class Reference
+ Inheritance diagram for cohtml.Net.ILogHandler:

Public Member Functions

virtual void Dispose ()
 
 ILogHandler ()
 
virtual void WriteLog (Severity severity, string message, uint length)
 
delegate void SwigDelegateILogHandler_0 (int severity, string message, uint length)
 

Protected Attributes

bool swigCMemOwn
 

Constructor & Destructor Documentation

◆ ILogHandler()

cohtml.Net.ILogHandler.ILogHandler ( )
inline

Member Function Documentation

◆ Dispose()

virtual void cohtml.Net.ILogHandler.Dispose ( )
inlinevirtual

◆ SwigDelegateILogHandler_0()

delegate void cohtml.Net.ILogHandler.SwigDelegateILogHandler_0 ( int  severity,
string  message,
uint  length 
)

◆ WriteLog()

virtual void cohtml.Net.ILogHandler.WriteLog ( Severity  severity,
string  message,
uint  length 
)
inlinevirtual

Member Data Documentation

◆ swigCMemOwn

bool cohtml.Net.ILogHandler.swigCMemOwn
protected