node-winston 3.3.3-5 source package in Ubuntu

Changelog

node-winston (3.3.3-5) unstable; urgency=medium

  * Fix lintian warnings.

 -- Roland Mas <email address hidden>  Fri, 11 Feb 2022 09:15:20 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-winston_3.3.3-5.dsc 2.2 KiB c09f55ddd1122b65fed0b26350150532cc5736bfd81cca10cb736e805671833b
node-winston_3.3.3.orig.tar.gz 154.6 KiB 93659c65d6d53250597aee173c55391addcff49c44f44d9e1055c197ffbdeccd
node-winston_3.3.3-5.debian.tar.xz 3.7 KiB 7169e0764291d6ddb9d8d374474c20ab01142d0ef06cfab632ff4fd72fc8f97f

Available diffs

No changes file available.

Binary packages built by this source

node-winston: Logger for just about everything (for Nodejs)

 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.