function LOG_CRITICAL (shared-side)
Available since version: 0.3.0
Logs a message with CRITICAL severity.
Critical messages report very severe errors that may require immediate attention or application shutdown.
Declaration
void LOG_CRITICAL(string text)
Parameters
stringtext: The message text, may contain format specifiers.