Skip to content

function LOG_DEBUG (shared-side)

Available since version: 0.3.0

Logs a message with DEBUG severity.

Debug messages provide diagnostic information useful during development and troubleshooting.

Declaration

void LOG_DEBUG(string text)

Parameters

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