Package Exports
- winston-color
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (winston-color) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
winston-color
Quickly create a Winston-based logger with colored output enabled by default
Installation
npm install winston-color
Usage
var logger = require("winston-color");
// use standard Winston methods
logger.error(...);
logger.warn(...);
logger.info(...);
logger.debug(...);
logger.silly(...);
For the full reference check the Winston GitHub repository.