Source: node-log4js Maintainer: Debian Javascript Maintainers Uploaders: Xavier Guimard Section: javascript Priority: optional Build-Depends: debhelper (>= 11~), dh-buildinfo, nodejs, node-async, node-debug, node-fs-extra, node-lodash, node-tap Standards-Version: 4.3.0 Testsuite: autopkgtest-pkg-nodejs Vcs-Browser: https://salsa.debian.org/js-team/node-log4js Vcs-Git: https://salsa.debian.org/js-team/node-log4js.git Homepage: https://github.com/nomiddlename/log4js-node Package: node-log4js Architecture: all Depends: ${misc:Depends}, nodejs, node-async, node-debug, node-fs-extra, node-lodash, Description: Conversion of the log4js framework to work with Node.js Logging support for Node.js based on the log4js Javascript (browser/client) framework. . Supported features: . - coloured console logging - replacement of node's console.log functions (optional) - file appender, with log rolling based on file size - SMTP appender - GELF appender - hook.io appender - multiprocess appender (useful when you've got worker processes) - a logger for connect/express servers - configurable log message layout/patterns - different log levels for different log categories (make some parts of your app log as DEBUG, others only ERRORS, etc.)