commonDebugOptions
const commonDebugOptions: object;Defined in: core/single-file/src/log.ts:10
Type declaration
Section titled “Type declaration”log: (message?, ...optionalParams) => void = console.info;The console.info() function is an alias for log.
Parameters
Section titled “Parameters”message?
Section titled “message?”any
optionalParams
Section titled “optionalParams”…any[]
Returns
Section titled “Returns”void
v0.1.100
useColors
Section titled “useColors”useColors: true = true;