cacophony
    Preparing search index...

    Variable consoleLoggerConst

    consoleLogger: CacophonyLogger = ...

    Default logger: forwards each level to the corresponding console method.

    The methods dispatch through console.* dynamically (rather than binding the reference once) so that test spies installed on console.info / console.warn / console.error after this object is created are still observed.