Commit Graph

  • 638ce187bb use os.EOL instead of \n Gareth Jones 2012-07-04 08:53:09 +1000
  • 3cbae96a97 Changed multiprocess appender to use a single socket per client Gareth Jones 2012-07-04 08:45:20 +1000
  • a33e48cb07 Changed multiprocess appender to use a single socket per client Gareth Jones 2012-07-04 08:44:50 +1000
  • df491c0b14 Changed multiprocess appender to use a single socket per client Gareth Jones 2012-07-04 08:44:16 +1000
  • 6ff1a2499f removed 0.7 added 0.8 Gareth Jones 2012-07-04 08:33:06 +1000
  • ce2d7df8df Merge pull request #78 from druciak/smtp Gareth Jones 2012-06-28 18:09:04 -0700
  • 1b12265800 Merge branch 'master' of https://github.com/nomiddlename/log4js-node Gareth Jones 2012-06-29 10:53:38 +1000
  • 32e9045334 added explanation of console appender Gareth Jones 2012-06-29 09:38:23 +1000
  • 1aed671137 added fromreadme.js example, updated README Gareth Jones 2012-06-29 09:37:41 +1000
  • 68b47dd51c expanded example to include loading appender programmatically Gareth Jones 2012-06-29 09:19:20 +1000
  • 8f9b4444f6 made sure example works with categories Gareth Jones 2012-06-29 09:05:18 +1000
  • e49f7107fb example now works Gareth Jones 2012-06-29 09:01:42 +1000
  • 077302c772 SMTP appender migrated to nodemailer 0.3.x druciak 2012-06-27 18:00:32 +0200
  • 6f0dfa0c5f Added note about console.log replacement. Gareth Jones 2012-06-04 09:18:58 +1000
  • 82a6bee331 Fixed the wiki links. Gareth Jones 2012-06-01 18:15:55 +1000
  • ad7e844d68 bumped npm version v0.5.0 Gareth Jones 2012-06-01 18:13:00 +1000
  • bef2075c60 moved some docs to the wiki Gareth Jones 2012-06-01 18:12:30 +1000
  • a046523804 Moved Logger into separate file, added support for loading appenders outside log4js, removed 'name' from appender requirements Gareth Jones 2012-06-01 11:11:07 +1000
  • 0ed1a137d6 moved Logger class out of main module Gareth Jones 2012-05-31 08:16:22 +1000
  • 33a92b5dd6 Removed some exports that are no longer needed Gareth Jones 2012-05-31 08:07:45 +1000
  • 0901794b35 Moved abspath option checking into file appender, log4js options now passed to appenders Gareth Jones 2012-05-31 07:50:01 +1000
  • 05d5265554 updated hook.io version, was breaking travis build Gareth Jones 2012-05-29 16:59:26 +1000
  • 9a29d6222e changed minimum node version to 0.6 Gareth Jones 2012-05-29 16:52:50 +1000
  • 38a89dcf3d manually merged TooTallNate's pull request #62 Gareth Jones 2012-05-29 16:49:12 +1000
  • 754ac2c5ac changed config loading to be more predictable Gareth Jones 2012-05-29 15:50:35 +1000
  • ccc4976206 updated node versions for travis Gareth Jones 2012-05-09 16:52:02 +1000
  • 6e7348f8d8 all tests pass Gareth Jones 2012-05-09 16:48:52 +1000
  • 61078e88ef fixed the nolog tests Gareth Jones 2012-05-09 16:40:27 +1000
  • 613a077a61 fixed test-configureNoLevels Gareth Jones 2012-05-09 16:31:01 +1000
  • 68d1c8fa07 Merge pull request #69 from NetDevLtd/feature/setLevelAsymmetry Gareth Jones 2012-05-08 16:38:55 -0700
  • 216937637d Merge pull request #70 from NetDevLtd/feature/configureNoLevels Gareth Jones 2012-05-08 16:37:23 -0700
  • ff5b8d2939 Added vows test for the log4js.configure inconsistency, when no 'levels' property is passed in the configuration Mike Bardzinski 2012-05-08 19:19:33 +0100
  • 6a20efb965 Added vows tests for the setLevel asymmetry fix Mike Bardzinski 2012-05-08 12:23:30 +0100
  • 872bc791c7 Fixes the log4js.configure({}) issue which zapped all loggers' levels to TRACE, even if they were previously set to something else Mike Bardzinski 2012-05-02 16:10:20 +0100
  • 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) Mike Bardzinski 2012-05-02 15:41:32 +0100
  • c8157cef5c fixed file appender tests Gareth Jones 2012-03-22 09:34:41 +1100
  • 352653dcbe increased the wait for file open, think it is what's breaking travis build Gareth Jones 2012-03-20 13:55:38 +1100
  • cff6928761 bumped npm version Gareth Jones 2012-03-20 09:39:56 +1100
  • 1fb8962b83 turned off debug in streams (issue #63) Gareth Jones 2012-03-20 09:39:15 +1100
  • d276bbc2f8 Bumped version number, added travis status to readme Gareth Jones 2012-02-22 14:37:45 +1100
  • e78f4e33ce Fixed issue #51, added tests to cover levels Gareth Jones 2012-02-22 14:14:46 +1100
  • 53367785b4 got rid of the __preLog4js stuff from the console.log replacement Gareth Jones 2012-02-22 08:53:28 +1100
  • cff20b99e3 added more gelf tests Gareth Jones 2012-02-13 08:54:35 +1100
  • 0a422e5749 fixed up gelf tests Gareth Jones 2012-02-10 18:14:50 +1100
  • 37b94cf195 Merge pull request #59 from shripadk/master Gareth Jones 2012-02-09 20:27:29 -0800
  • 0c04c6807c More fixes + Test for "cwd" option Shripad K 2012-02-08 10:25:14 +0530
  • b4ca201a91 feature: allow passing cwd as an option Shripad K 2012-02-07 12:41:10 +0530
  • 2ab6f5fa24 Merge pull request #56 from arifamirani/master Gareth Jones 2012-01-15 14:36:55 -0800
  • 9bad070b8a Changed tests to not use live udp server as it fails on CI Arif Amirani 2012-01-13 13:00:53 +0530
  • 5aaa9fcd50 Merge pull request #54 from arifamirani/master Gareth Jones 2012-01-12 15:00:11 -0800
  • b7e77b11ad Fixed some spacing to make README more legible Arif Amirani 2012-01-12 15:02:19 +0530
  • 615b534b56 Added README for gelf appender Arif Amirani 2012-01-12 15:00:34 +0530
  • 788de0cac3 Added basic tests for gelf appender Arif Amirani 2012-01-12 14:52:55 +0530
  • 4d484ad752 Merge pull request #53 from vincentcr/master Gareth Jones 2012-01-11 14:44:16 -0800
  • 449893fd24 Added missing dependency on compress-buffer Arif Amirani 2012-01-11 16:13:42 +0530
  • 5bdeaf68d7 Adding gelf as an appender Arif Amirani 2012-01-11 16:12:24 +0530
  • a5b09b3ead fix restoreConsole by making console appender not depend on _preLog4js_log Vincent Côté-Roy 2012-01-05 08:47:15 -0500
  • 05c4c59c20 Refactored streams to make it easier to write other rolling based file appenders. Daniel Bell 2011-12-22 14:36:30 +1100
  • b4a5227fc0 Merge pull request #49 from Pita/patch-1 Gareth Jones 2011-12-19 15:10:29 -0800
  • b152618dbc made the file tests more robust Gareth Jones 2011-12-20 09:59:02 +1100
  • a999d8fc00 Fixed the file appender tests Gareth Jones 2011-12-20 08:49:21 +1100
  • 78de73a274 Working version of fully-async log rolling file appender - tests need fixing though Gareth Jones 2011-12-19 16:58:21 +1100
  • 4cf1d1cfa4 Fixed a BUG that prevents connectlogger from working if loglevel is WARN Peter 'Pita' Martischka 2011-12-07 15:28:35 +0100
  • e5d0b3348f bumped version Gareth Jones 2011-11-24 08:40:12 +1100
  • f10a6e164e windows throws an EEXIST error when renaming, need to handle it Gareth Jones 2011-11-24 08:37:05 +1100
  • cea3dc97d1 Changes to handle drain events not fired on write in linux & windows - should fix issue #44 Gareth Jones 2011-11-24 08:20:33 +1100
  • a3a0c55322 version 0.4.0 Gareth Jones 2011-11-21 16:17:46 +1100
  • 51d48165fd Added travis-ci.org config Gareth Jones 2011-11-21 15:07:35 +1100
  • 7d50c45801 Rewrote file appender, fixing issue #16 and issue #31 Gareth Jones 2011-11-21 15:03:51 +1100
  • 40c5f5ee70 added methods and config to turn off console.log replacement (issue #34) Gareth Jones 2011-11-18 08:44:04 +1100
  • 1d769fdf33 added build and node_modules Gareth Jones 2011-11-16 08:40:26 +1100
  • bc665b875e vows seems to have removed assert.length, replaced with assert.equal Gareth Jones 2011-11-16 08:39:07 +1100
  • 154c0dc299 changed web->url in bugs (issue #41) Gareth Jones 2011-11-16 08:21:44 +1100
  • 050fae5230 replaced 'sys' with 'util' (issue #42) Gareth Jones 2011-11-16 08:10:20 +1100
  • 342286e062 Merge pull request #40 from druciak/smtp Gareth Jones 2011-11-10 14:06:27 -0800
  • 537f1058b9 Add SMTP appender druciak 2011-11-08 08:56:21 +0100
  • 283a403a11 Merge pull request #37 from dbrain/master Gareth Jones 2011-11-02 16:03:53 -0700
  • ae8aaa5376 Add a short description on using multiprocess logger Danny Brain 2011-11-03 09:16:38 +1100
  • a95117c0d3 Add tests for multiprocess file appender Danny Brain 2011-11-03 09:10:02 +1100
  • 097390bc89 Add multiprocess appender, pending tests Danny Brain 2011-11-02 15:49:46 +1100
  • 0a0119300b Merge pull request #32 from dbrain/master Gareth Jones 2011-10-30 14:47:29 -0700
  • fde66f92f5 Merge branch 'master' of https://github.com/csausdev/log4js-node Gareth Jones 2011-10-31 08:42:58 +1100
  • 516659f733 add test code for no log muddydixon 2011-10-29 11:57:28 +0900
  • 5aabebbdb7 change check target from req.url to req.originalUrl muddydixon 2011-10-29 11:55:46 +0900
  • 8b376eb46e Buffer the logging until the hook is ready, will prevent lost logs Danny Brain 2011-10-28 10:50:28 +1100
  • ced570413c Pass in all appender parameters to the Hook constructor so a port can be specified Danny Brain 2011-10-28 10:07:48 +1100
  • b2827076da Merge pull request #30 from dbrain/master Gareth Jones 2011-10-27 15:22:35 -0700
  • 07e920cc1b Quick check to make sure the actualAppender gets the right configuration Danny Brain 2011-10-27 16:43:55 +1100
  • 89f3659825 Fix the logLevelFilter with lazy loading Danny Brain 2011-10-27 16:37:11 +1100
  • 23a2758a6d Lazy load any new style appenders Danny Brain 2011-10-27 16:25:38 +1100
  • 25aa075fad Basic (ugly) test Danny Brain 2011-10-27 16:03:06 +1100
  • d099a9fc3f Update readme to describe hook.io usage Danny Brain 2011-10-27 13:16:42 +1100
  • 7bc460e8e0 Update readme to describe hook.io usage Danny Brain 2011-10-27 13:14:29 +1100
  • 681decf51f Update readme to describe hook.io usage Danny Brain 2011-10-27 13:14:10 +1100
  • b93691b82a Update readme to describe hook.io usage Danny Brain 2011-10-27 13:13:22 +1100
  • f82ecf8f2a Update readme to describe hook.io usage Danny Brain 2011-10-27 13:12:36 +1100
  • 3b77a42706 Added a hookio appender, this allows you to run a 'master' log4js instance and 'worker' so only one process writes to file Danny Brain 2011-10-27 12:38:13 +1100
  • b5bc9c8322 mod if nolog muddydixon 2011-10-25 14:28:46 +0900
  • c7d3ac4fe1 add nolog operation muddydixon 2011-10-25 14:09:41 +0900
  • 0aca64623e Merged changes from danbell/master. Daniel Bell 2011-10-05 15:03:08 +1100