Logs a fatal message. This call is different than logError in the sense that it should be read as the last message before the program shutdown's due to a fatal error.
content of the message as string.
a set of additional values that may be useful for the client when logging the message.
Logs an informational message.
content of the message as string.
a set of additional values that may be useful for the client when logging the message.
Logs a warning message.
content of the message as string.
a set of additional values that may be useful for the client when logging the message.
Generated using TypeDoc
An implementation of LumberdashClient that uses console API to log messages in the terminal/browser console.