File: control

package info (click to toggle)
node-log4js 4.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,212 kB
  • sloc: makefile: 11
file content (44 lines) | stat: -rw-r--r-- 1,503 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Source: node-log4js
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Xavier Guimard <yadd@debian.org>
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.)