Default ILoggingStrategy that delegates to the browser console.
console
Messages are formatted as "[<ISO-timestamp>] <context>: <message>" followed by any additional arguments spread into the console call.
"[<ISO-timestamp>] <context>: <message>"
Emit an debug message.
Emit an error.
Emit an informational message.
Emit a warning.
Default ILoggingStrategy that delegates to the browser
console.Messages are formatted as
"[<ISO-timestamp>] <context>: <message>"followed by any additional arguments spread into the console call.