feat(configure): configure(...) returning the log4js object.

This commit is contained in:
Ilya Denisov 2018-02-12 21:06:08 +02:00
parent 05ce809cb9
commit 2bc9a5483f

View File

@ -230,6 +230,8 @@ function configure(configurationFileOrObject) {
}
enabled = true;
return log4js;
}
/**