Logging function used for 'debug' level messages.
Message to log
Rest ...args: unknown[]Variable list of arguments to be passed to the logger
Logging function used for 'error' level messages.
Message to log
Rest ...args: unknown[]Variable list of arguments to be passed to the logger
Logging function used for 'info' level messages.
Message to log
Rest ...args: unknown[]Variable list of arguments to be passed to the logger
Generated using TypeDoc
Default ChatLogger implementation for ChatRoom. That passes log messages to the
consoleobject.