debugLog
debugLog(
message):void
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/utils/debugUtils.ts:63
Log a debug message. Always pushed into the in-memory ring buffer (GS2-46); only appended to the on-disk log file when debug logging is enabled.
Parameters
Section titled “Parameters”message
Section titled “message”string
Returns
Section titled “Returns”void