function LOG_WARN (shared-side)
Available since version: 0.3.0
Logs a message with WARN severity.
Warning messages indicate potential problems or unusual situations that do not immediately stop execution.
Declaration
void LOG_WARN(string text)
Parameters
stringtext: The message text, may contain format specifiers.