From 2bc9a5483f5700209d5b37353da7e27f6a1ae39a Mon Sep 17 00:00:00 2001 From: Ilya Denisov Date: Mon, 12 Feb 2018 21:06:08 +0200 Subject: [PATCH] feat(configure): configure(...) returning the log4js object. --- lib/log4js.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/log4js.js b/lib/log4js.js index 7109d3c..cf22547 100644 --- a/lib/log4js.js +++ b/lib/log4js.js @@ -230,6 +230,8 @@ function configure(configurationFileOrObject) { } enabled = true; + + return log4js; } /**