cohtml::Profile::IPerformanceHandler
#include <IPerformanceHandler.h>
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| IPerformanceHandler() | |
| virtual | ~IPerformanceHandler() |
| virtual void | WriteLog(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 IPerformanceHandler
Section titled “function IPerformanceHandler”IPerformanceHandler()function ~IPerformanceHandler
Section titled “function ~IPerformanceHandler”virtual ~IPerformanceHandler()function WriteLog
Section titled “function WriteLog”virtual void WriteLog( const char * message, size_t length) =0Called when a log message has to be written.
Parameters:
- message the log message itself, null terminated
- length the length of the message including the trailing 0
© 2026 Coherent Labs. All rights reserved.