Commit Graph

550 Commits (master)
 

Author SHA1 Message Date
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
Gareth Jones e121ca345a removed main function, now using felixge's sandboxed-module, split code into multiple files
13 years ago
Gareth Jones 8767cda15f removed the extensions to Date, put them in their own library
13 years ago
Gareth Jones 8eaff77974 Merge pull request #14 from AlexanderS/master
13 years ago
Alexander Sulfrian d7a97366cb global log level is now set via the log4js object
14 years ago
Alexander Sulfrian a1681f5579 added tests for global loglevel
14 years ago
Alexander Sulfrian 1fa9d029a2 added possibility to define global and local log levels
14 years ago
csausdev ffdfca7d99 fixing some formatting problems
14 years ago
csausdev 1ee8cfcd74 removed a mention of console.log
14 years ago
csausdev f386f003be removed the console.log replacement from the readme
14 years ago
csausdev 9f4878d82c Disabling the console.log replacement
14 years ago
csausdev d9bfc5db44 Added devDependencies for npm
14 years ago
csausdev a50c02a3e5 Added coloured layout to configuration (thanks @melin)
14 years ago
Daniel Bell 59f7e0af3c Added connect/express logger.
14 years ago
Daniel Bell 3f95e02cba Merged latest changes from upstream.
14 years ago
csausdev 540a683566 moved logLevelFilter tests to vows
14 years ago
csausdev c74120e499 moved Date tests to vows format
14 years ago
csausdev 6f79694904 added messagePassThroughLayout to vows tests
14 years ago
csausdev 47fcb2233d Added log rolling to config files
14 years ago
csausdev fb8b4554e1 added a log rolling function to file appender
14 years ago
csausdev 0258fda93c added test for log roller, not written yet
14 years ago
csausdev 80e3ed7174 added masylum's coloured layout function
14 years ago