GuiSymbolLogAdd

Function description.

void GuiSymbolLogAdd(const char* message);

Parameters

message String containing the message to add to the symbol log. Ensure that a carriage line and return feed are included with the string for it to properly display it. Encoding is UTF-8.

Return Value

This function does not return a value.

Example

GuiSymbolLogAdd(&szMsg);