function LOG_INFO (shared-side)
Available since version: 0.3.0
Logs a message with INFO severity.
Informational messages describe normal application behavior and important runtime events.
Declaration
void LOG_INFO(string text)
Parameters
stringtext: The message text, may contain format specifiers.