setLog
setLog(
value):void
Defined in: route.ts:37
Configure logging on route changes.
Parameters
Section titled “Parameters”boolean | ((…args) => void)
true to enable logging to console, false to disable logging, or a custom logging function. Defaults to false.
Returns
Section titled “Returns”void