[ol7_developer_EPEL] nodejs-winston-0.7.3-1.el7.noarch

Name:nodejs-winston
Version:0.7.3
Release:1.el7
Architecture:noarch
Group:System Environment/Libraries
Size:136129
License:MIT
RPM: nodejs-winston-0.7.3-1.el7.noarch.rpm
Source RPM: nodejs-winston-0.7.3-1.el7.src.rpm
Build Date:Fri Nov 24 2017
Build Host:x86-ol6-builder-01.us.oracle.com
Vendor:Oracle America
URL:https://github.com/flatiron/winston
Summary:A multiple transport asynchronous logging library for Node.js
Description:
This module is a multiple transport asynchronous logging library for Node.js.

Winston is designed to be a simple and universal logging library with support
for multiple transports. A transport is essentially a storage device for your
logs. Each instance of a winston logger can have multiple transports
configured at different levels. For example, one may want error logs to be
stored in a persistent remote location (like a database), but all logs output
to the console or a local file.

There also seemed to be a lot of logging libraries out there that coupled
their implementation of logging (ie, how the logs are stored/indexed) to the
API that they exposed to the programmer. This library aims to decouple those
parts of the process to make it more flexible and extensible.

Related Packages (Show Changelog) (Show Filelist)