Source: node-pixl-logger Section: javascript Maintainer: Debian Javascript Maintainers Uploaders: Joseph Nahmias , Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13), dh-nodejs, dh-sequence-nodejs, node-approximate-now , node-chalk , node-class-plus , node-pixl-tools , node-pixl-unit , node-uncatch , Standards-Version: 4.7.4 Homepage: https://github.com/jhuckaby/pixl-logger Vcs-Git: https://salsa.debian.org/js-team/node-pixl-logger.git Vcs-Browser: https://salsa.debian.org/js-team/node-pixl-logger Package: node-pixl-logger Architecture: all Multi-Arch: foreign Depends: node-approximate-now, node-chalk, node-class-plus, node-pixl-tools, node-uncatch, ${misc:Depends}, Description: logging for Node.js using bracket-delimited columns This module provides a simple logging class, which appends to a text log file with bracket-delimited columns. You can define any number of columns you want, or use some of the built-in auto-populated columns. You can populate columns by name, or by using one of the shortcut methods: debug(), error(), or transaction(). . Node.js is an event-based server-side JavaScript engine.