Strategy interface for log output.
Implement this interface to redirect log messages to a remote service, an in-memory buffer, or any other sink. The default implementation (ConsoleLoggingStrategy) writes to the browser console.
Emit an debug message.
Emit an error.
Emit an informational message.
Emit a warning.
Strategy interface for log output.
Implement this interface to redirect log messages to a remote service, an in-memory buffer, or any other sink. The default implementation (ConsoleLoggingStrategy) writes to the browser console.