Commit Graph

550 Commits (master)
 

Author SHA1 Message Date
Gareth Jones 68b47dd51c expanded example to include loading appender programmatically
12 years ago
Gareth Jones 8f9b4444f6 made sure example works with categories
12 years ago
Gareth Jones e49f7107fb example now works
12 years ago
druciak 077302c772 SMTP appender migrated to nodemailer 0.3.x
12 years ago
Gareth Jones 6f0dfa0c5f Added note about console.log replacement.
12 years ago
Gareth Jones 82a6bee331 Fixed the wiki links.
12 years ago
Gareth Jones ad7e844d68 bumped npm version
12 years ago
Gareth Jones bef2075c60 moved some docs to the wiki
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 0ed1a137d6 moved Logger class out of main module
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 05d5265554 updated hook.io version, was breaking travis build
12 years ago
Gareth Jones 9a29d6222e changed minimum node version to 0.6
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 ccc4976206 updated node versions for travis
13 years ago
Gareth Jones 6e7348f8d8 all tests pass
13 years ago
Gareth Jones 61078e88ef fixed the nolog tests
13 years ago
Gareth Jones 613a077a61 fixed test-configureNoLevels
13 years ago
Gareth Jones 68d1c8fa07 Merge pull request #69 from NetDevLtd/feature/setLevelAsymmetry
13 years ago
Gareth Jones 216937637d Merge pull request #70 from NetDevLtd/feature/configureNoLevels
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
Mike Bardzinski 872bc791c7 Fixes the log4js.configure({}) issue which zapped all loggers' levels to TRACE, even if they were previously set to something else
13 years ago
Mike Bardzinski 2c7b56853b Changed toLevel to accept a Log4js.Level (or in fact any object), and try to convert it to a Log4js.Level. Fixes the setLevel asymmetry, where you cannot setLevel(log4js.level.foo)
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 cff6928761 bumped npm version
13 years ago
Gareth Jones 1fb8962b83 turned off debug in streams (issue #63)
13 years ago
Gareth Jones d276bbc2f8 Bumped version number, added travis status to readme
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
Gareth Jones 37b94cf195 Merge pull request #59 from shripadk/master
13 years ago
Shripad K 0c04c6807c More fixes + Test for "cwd" option
13 years ago
Shripad K b4ca201a91 feature: allow passing cwd as an option
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 b7e77b11ad Fixed some spacing to make README more legible
13 years ago
Arif Amirani 615b534b56 Added README for gelf appender
13 years ago
Arif Amirani 788de0cac3 Added basic tests for gelf appender
13 years ago
Gareth Jones 4d484ad752 Merge pull request #53 from vincentcr/master
13 years ago
Arif Amirani 449893fd24 Added missing dependency on compress-buffer
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
Daniel Bell 05c4c59c20 Refactored streams to make it easier to write other rolling based file appenders.
13 years ago
Gareth Jones b4a5227fc0 Merge pull request #49 from Pita/patch-1
13 years ago