JSPM

winston-color

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1584
  • Score
    100M100P100Q102701F
  • License MIT

Quickly create a Winston-based logger with colored output enabled by default

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.