Commit Graph

98 Commits (node-0.8-readable-stream)

Author SHA1 Message Date
Gareth Jones ed7462885f backporting new streams to node 0.8 for issue #129
12 years ago
Gareth Jones 22160f90b3 fixed the multiprocess tests
12 years ago
Gareth Jones 65e490cbd2 Fixes for version v0.10 streams, breaks log4js for older versions of node
12 years ago
Jan Schmidle e4bf405f20 add your own tokens to the patternLayout
12 years ago
Friedel Ziegelmayer 4a7a90ed53 [feature] Add color option to pattern layout.
12 years ago
Gareth Jones a9307fd6da fix for issue #100, multiprocess appender and logLevelFilter don't play nicely
12 years ago
Daniel Bell bdfa7f9a9b Delete LOG4JS_CONFIG environment variable after test has finished.
12 years ago
Daniel Bell ad63b801f7 Check environment variable LOG4JS_CONFIG for configuration file location.
12 years ago
Gareth Jones 2b889fe776 Working date rolling file appender.
12 years ago
Gareth Jones 185f343e68 Working date rolling file stream
12 years ago
Gareth Jones be1272cd7c moved streams code around, added stub for DateRollingFileStream
12 years ago
Gareth Jones cbc1dd32f9 fixed up some dodgy tabbing
12 years ago
Gareth Jones a6fb26efb1 Removed mentions of pollInterval (issue #93)
12 years ago
Gareth Jones de72005e7e Fixed layout stack trace test
12 years ago
Aleksey V Zapparov 3f10b68c30 Add test for amount of exit listeners in FA
12 years ago
osher f948b5f5cd Add unit tests - layouts-test.js
12 years ago
Gareth Jones 40ba24a55d Renamed tests so that vows will pick them up automatically
12 years ago
Gareth Jones b6ba3bce00 Merge branch 'master' of https://github.com/nomiddlename/log4js-node
12 years ago
Gareth Jones 3cbae96a97 Changed multiprocess appender to use a single socket per client
12 years ago
Gareth Jones a33e48cb07 Changed multiprocess appender to use a single socket per client
12 years ago
Gareth Jones df491c0b14 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 33a92b5dd6 Removed some exports that are no longer needed
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 754ac2c5ac changed config loading to be more predictable
12 years ago
Gareth Jones 6e7348f8d8 all tests pass
13 years ago
Gareth Jones 61078e88ef fixed the nolog tests
13 years ago
Gareth Jones 68d1c8fa07 Merge pull request #69 from NetDevLtd/feature/setLevelAsymmetry
13 years ago
Mike Bardzinski ff5b8d2939 Added vows test for the log4js.configure inconsistency, when no 'levels' property is passed in the configuration
13 years ago
Mike Bardzinski 6a20efb965 Added vows tests for the setLevel asymmetry fix
13 years ago
Gareth Jones c8157cef5c fixed file appender tests
13 years ago
Gareth Jones 352653dcbe increased the wait for file open, think it is what's breaking travis build
13 years ago
Gareth Jones e78f4e33ce Fixed issue #51, added tests to cover levels
13 years ago
Gareth Jones 53367785b4 got rid of the __preLog4js stuff from the console.log replacement
13 years ago
Gareth Jones cff20b99e3 added more gelf tests
13 years ago
Gareth Jones 0a422e5749 fixed up gelf tests
13 years ago
Shripad K 0c04c6807c More fixes + Test for "cwd" option
13 years ago
Arif Amirani 9bad070b8a Changed tests to not use live udp server as it fails on CI
13 years ago
Arif Amirani 788de0cac3 Added basic tests for gelf appender
13 years ago
Gareth Jones b152618dbc made the file tests more robust
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 7d50c45801 Rewrote file appender, fixing issue #16 and issue #31
13 years ago
Gareth Jones 40c5f5ee70 added methods and config to turn off console.log replacement (issue #34)
13 years ago
Gareth Jones bc665b875e vows seems to have removed assert.length, replaced with assert.equal
13 years ago
Gareth Jones 342286e062 Merge pull request #40 from druciak/smtp
13 years ago
druciak 537f1058b9 Add SMTP appender
13 years ago
Gareth Jones 283a403a11 Merge pull request #37 from dbrain/master
13 years ago