displayDebug
displayDebug(
message):void
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/utils/consoleUtils.ts:224
Display a debug message to the console and log it. This function also integrates with debugUtils to output logs when at debug level. Note: There is also a dedicated debug() function in debugUtils for more detailed logging.
Parameters
Section titled “Parameters”message
Section titled “message”string | Error | undefined
The message to display (string, Error, or undefined)
Returns
Section titled “Returns”void