Simple Logger, Winston
A Simple™-conformant wrapper around winston logger. "Simple" is intended to be a highly reduced interface that allows for better interoperability and dependency choice for consumers.
NOTE: While this package is still alive and well, you should consider using
@wymp/simple-logger-console
instead, as the features of
Winston are largely irrelevant in a modern containerized environment.
This package provides a light wrapper around the winston logger that enforces conformity
with the SimpleLoggerInterface
defined in
ts-simple-interfaces
.