debugLogMultiline
debugLogMultiline(
title,content):void
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/utils/debugUtils.ts:82
Log multiple lines with proper formatting. Always buffered (GS2-46); delegates to debugLog
for the on-disk gating.
Parameters
Section titled “Parameters”string
content
Section titled “content”string
Returns
Section titled “Returns”void