mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
Allow V8 to optimize the logging functions by not leaking the arguments object and reduce the number of object accesses in the toLevel function. This results in a performance improvement of about 11%.