Private
Readonly
loggerLog the given message at the given level. If the internal level is higher than the given level, the message may be voided.
The level to log at.
The message to log.
Optional
meta: anyOptional metadata to include in the log message.
A WinstonLogger implements the Logger interface using a given winston logger.