< Home - < Back

nodejs-winston


Information about the package, nodejs-winston, which is shipped with common Linux distributions. The nodejs-winston package is designed for, A multiple transport asynchronous logging library for Node.js.


Package Name:

nodejs-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.

Architecture:

noarch

Version:

0.7.3

Release:

1.el6

Size:

39 k

Repository:

epel

From Repository:

Licence:

MIT



Handy Yum Commands for nodejs-winston


Control the nodejs-winston package with the following handy commands outlined below.


Command

Description of Command

yum install nodejs-winston

This command will install nodejs-winston on the server.

yum remove nodejs-winston

This command will un-install nodejs-winston on the server. When you run this command, you will be asked if you are sure that you want to remove nodejs-winston, so you have to manually confirm that you want to do this.

yum -y remove nodejs-winston

This command will un-install nodejs-winston on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove nodejs-winston when using the -y flag.

yum update nodejs-winston

This command will update nodejs-winston to the latest version. When you run this command, you will be asked if you are sure that you want to remove nodejs-winston, so you have to manually confirm that you want to do this.

yum -y update nodejs-winston

This command will update nodejs-winston to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove nodejs-winston when using the -y flag.

yum info nodejs-winston

This command will show you core information about the nodejs-winston package.

yum deplist nodejs-winston

This command will show you the dependencies for nodejs-winston. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update nodejs-winston

This command will check if there is an update waiting on nodejs-winston. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.