LogData for a Logger message.
Optional additional data, by default JSON.stringify(..) is used to log it in addition to the message.
Message to log.
If present, and data is set - this lambda is used instead of JSON.stringify(..). Must return data as string.
Data to format
Generated using TypeDoc
LogData for a Logger message.