Skip to content

function LOG_ERROR (shared-side)

Available since version: 0.3.0

Logs a message with ERROR severity.

Error messages indicate serious problems that prevent normal operation or cause a feature to fail.

Declaration

void LOG_ERROR(string text)

Parameters

  • string text: The message text, may contain format specifiers.