node-log-driver 1.2.7+git+20180219+bba1761737-1 source package in Ubuntu

Changelog

node-log-driver (1.2.7+git+20180219+bba1761737-1) unstable; urgency=medium

  * New upstream version
  * Bump compat and policy (no changes)

 -- Bastien Roucariès <email address hidden>  Thu, 22 Feb 2018 13:38:30 +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
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-log-driver_1.2.7+git+20180219+bba1761737-1.dsc 2.4 KiB eda439b8eaba5b9a434926eb258cfb961b6bb899491e2817ce13ff7c0518b93a
node-log-driver_1.2.7+git+20180219+bba1761737.orig.tar.xz 16.8 KiB b70c731c9c198b6f7a821f8666871cedf5873d4477815d58c8d44040a94b8d9b
node-log-driver_1.2.7+git+20180219+bba1761737-1.debian.tar.xz 3.4 KiB 561034057ccdd8b653226d42850d80cf1be9fdcb5025ba52ace12ddbc5071cd6

No changes file available.

Binary packages built by this source

node-log-driver: simple logging framework in pure javascript

 This module implement logging to stdout and concatenate before
 every message the log level severity (configurable)
 date, time and local time zone. This modules allows ones
 to easily trace log event even.
 .
 In all the cases logs are redirected to stdout in order to allows one
 to pipe output to irc or logger program
 .
 This modules is needed by tools like coveralls, a coverage tools
 for javascript program.
 .
 Node.js is an event-based server-side JavaScript engine.