Commit Graph

121 Commits (ced570413cda78fc2666d1715f6a6be143fe52f1)
 

Author SHA1 Message Date
Danny Brain ced570413c Pass in all appender parameters to the Hook constructor so a port can be specified
13 years ago
Danny Brain 07e920cc1b Quick check to make sure the actualAppender gets the right configuration
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 25aa075fad Basic (ugly) test
13 years ago
Danny Brain d099a9fc3f Update readme to describe hook.io usage
13 years ago
Danny Brain 7bc460e8e0 Update readme to describe hook.io usage
13 years ago
Danny Brain 681decf51f Update readme to describe hook.io usage
13 years ago
Danny Brain b93691b82a Update readme to describe hook.io usage
13 years ago
Danny Brain f82ecf8f2a Update readme to describe hook.io usage
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
Daniel Bell 0aca64623e Merged changes from danbell/master.
13 years ago
Daniel Bell ff68e46858 Merged changes
13 years ago
Daniel Bell f9768eb56e Issue #21: fixed reloading of config when config has not changed.
13 years ago
Gareth Jones 75e5584060 Merge pull request #24 from cliffano/master
13 years ago
Cliffano Subagio b78fd77015 Add sandboxed-module to dev dependencies.
13 years ago
Gareth Jones 2a06048114 added ignore files
13 years ago
Gareth Jones 9a34d9edfd fixed missing space between log data elements
13 years ago
Gareth Jones 12e71bda4e fixed to work with node 0.5.x
13 years ago
Gareth Jones 53a481d4da Added filtering to appender loader - was choking on .svn files
13 years ago
Gareth Jones 8d7b5513fb bumped version number
13 years ago
Gareth Jones d13b2fb3b4 turned off config file reloading by default
13 years ago
Gareth Jones 4f7d73bc97 bumped version number
13 years ago
Gareth Jones 163db0e5fd fixed the behaviour of maxlogsize + 0 backups
13 years ago
Gareth Jones 71f9eef6fe Merge pull request #20 from danbell/master
13 years ago
Daniel Bell 623bc1859f Merged Gareth's latest changes in
13 years ago
Gareth Jones b72182c0cf bumped version number
13 years ago
Gareth Jones ef9fe3a4b1 All tests pass, moved appenders into separate files, so that extra ones can be added easily
13 years ago
Daniel Bell 3b241095cb Fixed indentation on markdown file.
13 years ago
Gareth Jones 545681287f working fileappender, with tests, broken everything else
13 years ago
Gareth Jones 80474c6881 got log rolling working, need to fix all the tests
13 years ago
Gareth Jones 7aa076c278 removed the annoying extra new line
13 years ago
Daniel Bell e6b69ff7f2 Added more documentation on new functionality.
13 years ago
Daniel Bell 69e64932b1 Added functionality to reload configuration file periodically.
13 years ago
Gareth Jones 4b32456db7 fixed a bug where if the first log arg was not a string it wouldn't get logged
13 years ago
Gareth Jones ec21ec63f0 bumped version number
13 years ago
Gareth Jones a9a698cf09 fixed log rolling problem
13 years ago
Gareth Jones 925c280c68 check for existence of destroySoon (does not exist in node v0.2.x)
13 years ago
Gareth Jones d0b4563ba0 fixed small bug checking for stack on undefined object
13 years ago
Gareth Jones aac8ca0eb0 updated npm version number
13 years ago
Gareth Jones 0968c6709f fixed connect-logger
13 years ago
Gareth Jones 800f0d6bf6 updated npm version number
13 years ago
Gareth Jones 71fe001278 fixed tests to cover writestream
13 years ago
Gareth Jones 3d27140a9d changed fileappender to use writeStream instead of fs.write, tests don't work
13 years ago
Gareth Jones d64d4ca0ca updated to remove TODO and credit danbell
13 years ago
Gareth Jones b338b34fd6 added tests for pattern layout
13 years ago
Gareth Jones 3691648cd0 fixed patternlayout, needs tests though
13 years ago
Gareth Jones d7ffa59434 moved level colours into layouts where they belong, updated README
13 years ago
Gareth Jones 5868856a7d all tests pass, now with proper console.log formatting
13 years ago
Gareth Jones f89d54b66e removed main function, now using felixge's sandboxed-module, split code into multiple files
13 years ago