Skip to content

setLog

setLog(value): void

Defined in: route.ts:37

Configure logging on route changes.

boolean | ((…args) => void)

true to enable logging to console, false to disable logging, or a custom logging function. Defaults to false.

void