log4js-node/lib
Quentin Brandon af69eddd1c Add optional timezoneOffset config for appenders
Example:
    log4js.configure({
        appenders: [{type: 'console', timezoneOffset: -540}],
        replaceConsole: true
    });

The expected value is the equivalent of (new Date).getTimezoneOffset()
In this example, -540 is the value for JST.
This allows machines members of world-wide-spread cluster to all report
log time-stamps using the same timezone (or adapt the timezone to a
local different from the system)
2015-03-20 11:51:23 +09:00
..
appenders Add optional timezoneOffset config for appenders 2015-03-20 11:51:23 +09:00
streams Merge pull request #240 from vivocha/vivocha-0.6.20 2015-01-10 15:34:31 +11:00
connect-logger.js lib/connect-logger.js - allow options.tokens 2015-03-10 06:18:02 +00:00
date_format.js Add optional timezoneOffset config for appenders 2015-03-20 11:51:23 +09:00
debug.js moved debug fn out to own module, added tests 2013-06-24 08:51:10 +10:00
layouts.js Add optional timezoneOffset config for appenders 2015-03-20 11:51:23 +09:00
levels.js Fix and test for MARK level. 2014-09-08 12:17:50 +02:00
log4js.js Merge pull request #240 from vivocha/vivocha-0.6.20 2015-01-10 15:34:31 +11:00
log4js.json added test for log roller, not written yet 2010-12-05 17:17:37 +11:00
logger.js Adds subcategories to the appenders and loggers. Adds property "level" at the file appender to limit the levels that a file appender accepts. 2014-08-29 16:33:32 +02:00