slf4ts-winston
Winston Logging-Binding for slf4ts
It's meant to be used with nodejs
.
Currently not supported:
- using custom log-levels
Example Usage
Example package.json:
Example code:
;// register winston third-party-lib; ;ROOT_LOGGER.setMetadata; ROOT_LOGGER.info"Test Message", , new Error; // configuration for winston loggers; // configure the root logger ...LoggerConfiguration.setConfigconfig; // configure a certain loggerLoggerConfiguration.setConfigconfig, "my-lib", "X";