mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
Force bundling of appenders/console
Changes to be committed: modified: lib/log4js.js
This commit is contained in:
parent
ec5f4485f8
commit
ec72c03f81
@ -65,6 +65,8 @@ var events = require('events')
|
||||
replaceConsole: false
|
||||
};
|
||||
|
||||
require('./appenders/console');
|
||||
|
||||
function hasLogger(logger) {
|
||||
return loggers.hasOwnProperty(logger);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user