virtual void SendLog(const char* message, int messageLength, LogMessageId msgType);
SendLog sends a log message to the AMP client. This method is called directly from the log object.
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. |