Server::SendLog

Server::SendLog
virtual void SendLog(const char* message, int messageLength, LogMessageId msgType);
Description

SendLog sends a log message to the AMP client. This method is called directly from the log object.

Parameters
Parameters 
Description 
const char* message 
A string set as the log message. 
int messageLength 
The length of the message. 
LogMessageId msgType 
The type of the log message.