function LOG_TRACE (shared-side)
Available since version: 0.3.0
Logs a message with TRACE severity.
Trace messages provide very detailed output, typically used for low-level debugging and deep diagnostics.
Declaration
void LOG_TRACE(string text)
Parameters
stringtext: The message text, may contain format specifiers.