log4js-node/test
John Engler 28f7c87a0e Allow adding of appenders as objects
Previously, appenders could only be added by specifying the filepath
to the appender. This required the appender's path to be specified
either relative to the log4js installation, relative to a NODE_PATH
token, or absolute. This creates a coupling between the log4js
configurer and the log4js installation location, or a coupling between
the log4js configurer and the global NODE_PATH. This commit removes
the coupling by allowing the loading of appenders to be done relative
to the log4js configurer.
2014-03-11 02:07:58 -07:00
..
streams improved coverage of rolling file stream 2013-07-05 08:36:42 +10:00
categoryFilter-test.js formatting fixes, unnecessary code removed 2013-08-05 11:40:59 +10:00
clusteredAppender-test.js Fixed unit tests, now with regexes. 2013-09-27 09:45:10 -04:00
configuration-test.js Allow adding of appenders as objects 2014-03-11 02:07:58 -07:00
configureNoLevels-test.js don't create functions in a loop 2013-06-04 08:32:35 +10:00
connect-logger-test.js improved coverage for connect-logger 2013-06-18 08:47:18 +10:00
consoleAppender-test.js improved coverage for console appender 2013-06-18 08:47:32 +10:00
date_format-test.js Update date_format-test.js 2013-08-15 22:30:57 +08:00
dateFileAppender-test.js improved coverage of file appenders 2013-06-28 08:44:54 +10:00
debug-test.js moved debug fn out to own module, added tests 2013-06-24 08:51:10 +10:00
fileAppender-test.js Update fileAppender-test.js 2013-08-14 17:35:47 +08:00
gelfAppender-test.js Merge branch 'master' of https://github.com/nomiddlename/log4js-node 2013-07-08 15:24:29 +10:00
global-log-level-test.js more linting 2013-05-27 08:15:57 +10:00
hookioAppender-test.js improved coverage of hookio appender 2013-07-08 08:46:11 +10:00
layouts-test.js Update layouts-test.js 2013-08-18 01:39:37 +08:00
levels-test.js added test to improve levels coverage 2013-06-14 07:28:55 +10:00
log4js.json initial refactoring to allow dependency injection 2010-12-04 20:47:30 +11:00
log-abspath-test.js more linting 2013-05-27 07:48:29 +10:00
logger-test.js improved coverage of logger 2013-07-01 08:24:29 +10:00
logging-test.js simplified the reload config code a little, moved the tests into their own file, improved coverage 2013-07-09 09:24:11 +10:00
logglyAppender-test.js Fixes the error with test/logglyAppender-test 2014-01-16 16:39:45 +01:00
logLevelFilter-test.js more linting 2013-05-27 07:44:59 +10:00
multiprocess-test.js Fixed unit tests, now with regexes. 2013-09-27 09:45:10 -04:00
nolog-test.js more linting 2013-05-26 17:15:10 +10:00
reloadConfiguration-test.js simplified the reload config code a little, moved the tests into their own file, improved coverage 2013-07-09 09:24:11 +10:00
setLevel-asymmetry-test.js more linting 2013-05-26 16:51:46 +10:00
smtpAppender-test.js increased test coverage for smtp appender 2013-06-05 18:30:11 +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