LogStackTrace Function

Logs a stack trace from the current function call. Code execution continues after the call

void LogStackTrace(const char[] fmt, any... ...)

Parameters

const char[] fmt

Format string to send with the stack trace.

any... ...

Format arguments.

Errors

Always logs a stack trace.