LogStackTrace
Logs a stack trace from the current function call. Code
execution continues after the call
native void LogStackTrace(const char[] fmt, any ...)
Parameters
const char[] fmt
Format string to send with the stack trace.
any... ...
Format arguments.
Return Value
voidError
Always logs a stack trace.