migrated logLevelFilter tests to mocha, changed filter api slightly

This commit is contained in:
Gareth Jones
2013-08-26 15:38:40 +10:00
parent b2569c6d9d
commit be1a9ca411
4 changed files with 158 additions and 20 deletions
+3 -1
View File
@@ -10,4 +10,6 @@ appenders now only need to provide configure function
log4js.configure now only takes single argument (no options)
tests use mocha not vows
replaced my debug lib with tjholowaychuk's debug (more of a standard)
options.cwd removed - filenames should always be specified in full, not relative
options.cwd removed - filenames should always be specified in full, not relative
loglevelfilter changed to accept a list of log levels it allows
appenders that wrap other appenders must reference them by name