node-winston

Logger for just about everything (for Nodejs)

Description

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

Winston aims to decouple parts of the logging process to make it more flexible and extensible. Attention is given to supporting flexibility in log formatting & levels, and ensuring those APIs decoupled from the implementation of transport logging (i.e. how the logs are stored or indexed) to the API that they exposed to the programmer.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/winstonjs/winston#readme


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install node-winston