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.
Default logger: forwards each level to the corresponding
consolemethod.The methods dispatch through
console.*dynamically (rather than binding the reference once) so that test spies installed onconsole.info/console.warn/console.errorafter this object is created are still observed.