Commit Graph

104 Commits (master)

Author SHA1 Message Date
Gareth Jones 4905761f60 Merge pull request #119 from UniversityofWarwick/category-filter
11 years ago
Gareth Jones ce8b6b06b9 trying out a shutdown function
11 years ago
Lex dde2e69948 Getting console appender to work with node-webkit
11 years ago
Gareth Jones 4dd5989d27 Merge branch 'master' of https://github.com/nomiddlename/log4js-node
11 years ago
Karl Lam baaebef2ed GELF appender - test case covers custom fields, remove unused
11 years ago
Karl Lam 837d007de3 GELF appender can add customFields to config for every message
11 years ago
Karl Lam be754f0c0e GELF appender can add custom fields
11 years ago
Gareth Jones 0e5da1d361 moved debug fn out to own module, added tests
11 years ago
Gareth Jones dd25d30228 rolled back my clever map+join, because it broke the tests
11 years ago
Gareth Jones 11fe5bde5f increased test coverage for smtp appender
11 years ago
Gareth Jones 5d6f00eda4 fixed all lint errors except ones which require refactoring of code
11 years ago
Gareth Jones b356dec318 Getting my lint on (via bob)
11 years ago
Gareth Jones 8492519e3b Fixing issue #137
11 years ago
Gareth Jones 936ad4da8e fixed tests broken by alwaysIncludePattern
12 years ago
Issac Goldstand 29b02921b6 add option alwaysIncludePattern to dateTime appender to always use the filename with the pattern included when logging
12 years ago
Gary Steven e58cf201ca Updated for Node 0.10.x
12 years ago
Gareth Jones 65e490cbd2 Fixes for version v0.10 streams, breaks log4js for older versions of node
12 years ago
Nick Howes eb21e10208 Category excluding filter.
12 years ago
Mário Freitas 8e53c6213e fix: pass options from multiprocess appender to inner appender
12 years ago
Gareth Jones a9307fd6da fix for issue #100, multiprocess appender and logLevelFilter don't play nicely
12 years ago
Gareth Jones 2b889fe776 Working date rolling file appender.
12 years ago
Gareth Jones 9ac61e37f4 Refactored where the exit handler gets added
12 years ago
Aleksey V Zapparov f832a2ba79 Do not assign multiple `exit` handlers for FA
12 years ago
Gareth Jones 7a02f39921 Fallback to \n if os.EOL is not defined
12 years ago
Gareth Jones b6ba3bce00 Merge branch 'master' of https://github.com/nomiddlename/log4js-node
12 years ago
Gareth Jones 638ce187bb use os.EOL instead of \n
12 years ago
Gareth Jones a33e48cb07 Changed multiprocess appender to use a single socket per client
12 years ago
druciak 077302c772 SMTP appender migrated to nodemailer 0.3.x
12 years ago
Gareth Jones a046523804 Moved Logger into separate file, added support for loading appenders outside log4js, removed 'name' from appender requirements
12 years ago
Gareth Jones 0901794b35 Moved abspath option checking into file appender, log4js options now passed to appenders
12 years ago
Gareth Jones 38a89dcf3d manually merged TooTallNate's pull request #62
12 years ago
Gareth Jones cff20b99e3 added more gelf tests
13 years ago
Gareth Jones 0a422e5749 fixed up gelf tests
13 years ago
Gareth Jones 2ab6f5fa24 Merge pull request #56 from arifamirani/master
13 years ago
Arif Amirani 9bad070b8a Changed tests to not use live udp server as it fails on CI
13 years ago
Gareth Jones 5aaa9fcd50 Merge pull request #54 from arifamirani/master
13 years ago
Arif Amirani 5bdeaf68d7 Adding gelf as an appender
13 years ago
Vincent Côté-Roy a5b09b3ead fix restoreConsole by making console appender not depend on _preLog4js_log
13 years ago
Gareth Jones a999d8fc00 Fixed the file appender tests
13 years ago
Gareth Jones 78de73a274 Working version of fully-async log rolling file appender - tests need fixing though
13 years ago
Gareth Jones f10a6e164e windows throws an EEXIST error when renaming, need to handle it
13 years ago
Gareth Jones cea3dc97d1 Changes to handle drain events not fired on write in linux & windows - should fix issue #44
13 years ago
Gareth Jones 7d50c45801 Rewrote file appender, fixing issue #16 and issue #31
13 years ago
Gareth Jones 342286e062 Merge pull request #40 from druciak/smtp
13 years ago
druciak 537f1058b9 Add SMTP appender
13 years ago
Danny Brain a95117c0d3 Add tests for multiprocess file appender
13 years ago
Danny Brain 097390bc89 Add multiprocess appender, pending tests
13 years ago
Danny Brain 8b376eb46e Buffer the logging until the hook is ready, will prevent lost logs
13 years ago
Danny Brain ced570413c Pass in all appender parameters to the Hook constructor so a port can be specified
13 years ago
Danny Brain 89f3659825 Fix the logLevelFilter with lazy loading
13 years ago
Danny Brain 23a2758a6d Lazy load any new style appenders
13 years ago
Danny Brain 3b77a42706 Added a hookio appender, this allows you to run a 'master' log4js instance and 'worker' so only one process writes to file
13 years ago
Gareth Jones 163db0e5fd fixed the behaviour of maxlogsize + 0 backups
13 years ago
Gareth Jones 545681287f working fileappender, with tests, broken everything else
13 years ago