cohtml::Profile::IPerformanceHandler

#include <IPerformanceHandler.h>

Public Functions

Name
IPerformanceHandler()
virtual~IPerformanceHandler()
virtual voidWriteLog(const char * message, size_t length) =0
Called when a log message has to be written.

Public Functions Documentation

function IPerformanceHandler

IPerformanceHandler()

function ~IPerformanceHandler

virtual ~IPerformanceHandler()

function WriteLog

virtual void WriteLog(
    const char * message,
    size_t length
) =0

Called 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