log4js-node/test
Nick Howes eb21e10208 Category excluding filter.
This filtering appender allows you to choose some category
names that won't be logged to the delegated appender. This
is useful if you have e.g. a category that you use to log
web requests to one file, but want to keep those entries
out of the main log file without having to explicitly list
all the other categories that you _do_ want to include.

Has one option, "exclude", which is a category name or
array of category names. The child appender is set in
"appender", modelled on the logLevelFilter.
2013-02-26 13:27:07 +00:00
..
streams Working date rolling file stream 2012-09-18 08:46:39 +10:00
categoryFilter-test.js Category excluding filter. 2013-02-26 13:27:07 +00:00
configuration-test.js Delete LOG4JS_CONFIG environment variable after test has finished. 2012-10-16 10:55:30 +11:00
configureNoLevels-test.js Renamed tests so that vows will pick them up automatically 2012-07-31 14:52:36 +10:00
connect-logger-test.js Renamed tests so that vows will pick them up automatically 2012-07-31 14:52:36 +10:00
date_format-test.js Renamed tests so that vows will pick them up automatically 2012-07-31 14:52:36 +10:00
dateFileAppender-test.js Working date rolling file appender. 2012-09-25 08:16:59 +10:00
fileAppender-test.js Add test for amount of exit listeners in FA 2012-08-09 15:15:28 +02:00
gelfAppender-test.js Renamed tests so that vows will pick them up automatically 2012-07-31 14:52:36 +10:00
global-log-level-test.js Renamed tests so that vows will pick them up automatically 2012-07-31 14:52:36 +10:00
hookioAppender-test.js Renamed tests so that vows will pick them up automatically 2012-07-31 14:52:36 +10:00
layouts-test.js add your own tokens to the patternLayout 2013-02-08 14:54:18 +01:00
levels-test.js Renamed tests so that vows will pick them up automatically 2012-07-31 14:52:36 +10:00
log4js.json initial refactoring to allow dependency injection 2010-12-04 20:47:30 +11:00
log-abspath-test.js Renamed tests so that vows will pick them up automatically 2012-07-31 14:52:36 +10:00
logging-test.js Removed mentions of pollInterval (issue #93) 2012-09-04 13:48:35 +10:00
logLevelFilter-test.js Renamed tests so that vows will pick them up automatically 2012-07-31 14:52:36 +10:00
multiprocess-test.js fix for issue #100, multiprocess appender and logLevelFilter don't play nicely 2012-11-09 16:02:16 +11:00
nolog-test.js Renamed tests so that vows will pick them up automatically 2012-07-31 14:52:36 +10:00
setLevel-asymmetry-test.js Renamed tests so that vows will pick them up automatically 2012-07-31 14:52:36 +10:00
smtpAppender-test.js Renamed tests so that vows will pick them up automatically 2012-07-31 14:52:36 +10:00
with-categoryFilter.json Category excluding filter. 2013-02-26 13:27:07 +00:00
with-dateFile.json Working date rolling file appender. 2012-09-25 08:16:59 +10:00
with-log-rolling.json Removed mentions of pollInterval (issue #93) 2012-09-04 13:48:35 +10:00
with-logLevelFilter.json All tests pass, moved appenders into separate files, so that extra ones can be added easily 2011-07-26 08:52:40 +10:00