Source: node-log4js
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Xavier Guimard <yadd@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13),
               node-async <!nocheck>,
               node-debug <!nocheck>,
               node-fs-extra <!nocheck>,
               node-lodash <!nocheck>,
               node-tap <!nocheck>,
               dh-sequence-nodejs
Standards-Version: 4.5.1
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
Rules-Requires-Root: no

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