log4js-node/lib
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
..
appenders Category excluding filter. 2013-02-26 13:27:07 +00:00
streams Speed up file logging for high rate of logging. 2013-02-13 09:35:02 -05:00
connect-logger.js fixed the nolog tests 2012-05-09 16:40:27 +10:00
date_format.js removed the extensions to Date, put them in their own library 2011-07-08 08:15:13 +10:00
layouts.js fixed small issue that could occur with wrong evaluated parameters 2013-02-08 16:17:24 +01:00
levels.js Moved Logger into separate file, added support for loading appenders outside log4js, removed 'name' from appender requirements 2012-06-01 11:11:07 +10:00
log4js.js Check environment variable LOG4JS_CONFIG for configuration file location. 2012-10-16 08:36:26 +11:00
log4js.json added test for log roller, not written yet 2010-12-05 17:17:37 +11:00
logger.js Moved Logger into separate file, added support for loading appenders outside log4js, removed 'name' from appender requirements 2012-06-01 11:11:07 +10:00