cohtml::Logging::ILogHandler
Interface to allow custom logging.
#include <ILogHandler.h>
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| ILogHandler() | |
| virtual | ~ILogHandler() |
| virtual void | WriteLog(cohtml::Logging::LogInfo info, const char * message, size_t length) =0 Called when a log message has to be written. |
Public Functions Documentation
Section titled “Public Functions Documentation”function ILogHandler
Section titled “function ILogHandler”ILogHandler()function ~ILogHandler
Section titled “function ~ILogHandler”virtual ~ILogHandler()function WriteLog
Section titled “function WriteLog”virtual void WriteLog( cohtml::Logging::LogInfo info, const char * message, size_t length) =0Called 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
© 2026 Coherent Labs. All rights reserved.