Logger
Protected Readonly streamLog a message to the console at the provided level. Include the timestamp if includeTimestamp is set.
the message to log
the level to log the message at
Optional includeTimestamp: booleanwhether to log the message with the timestamp or not. Defaults to false.
Logger
Log a message to the console based on the provided localOptions
the message to log
the local options which are used by the logger
Logger
Creates an instance of Logger.