Support for disabling log writes on shutdown.

Updated logger.js to support disabling all log writes.
Updated log4js.js shutdown function to disable log writes.
Added tests.
Update gitignore to ignore rolling date stream's test output.
This commit is contained in:
John Engler
2014-04-07 19:06:29 -07:00
parent 8ca092cdb9
commit 633ed3cddb
5 changed files with 120 additions and 7 deletions

1
.gitignore vendored
View File

@@ -4,3 +4,4 @@ build
node_modules
.bob/
test/streams/test-rolling-file-stream*
test/streams/test-rolling-stream-with-existing-files*