Skip to main content
Branch: Release Candidate

logDebug

Callable

  • logDebug(arg: any, ...args: any[]): void

  • Logs the specified arguments to the console if debug is enabled.

    Remarks

    Uses alt.Utils.inspect to format values.