Skip to content

safeConsole

const safeConsole: object

Defined in: packages/agentic-control/src/core/security.ts:77

Safe console logging that sanitizes output

error: (message, …args) => void

string

unknown[]

void

log: (message, …args) => void

string

unknown[]

void

warn: (message, …args) => void

string

unknown[]

void