From bff90eae44d9f430c4d95e147fa210aadc437ffc Mon Sep 17 00:00:00 2001 From: Guillaume Wuip Date: Sun, 26 Oct 2014 20:58:00 +0100 Subject: [PATCH] Emit event for new logger --- lib/console2.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/console2.js b/lib/console2.js index 7b13f5a..dc523bb 100644 --- a/lib/console2.js +++ b/lib/console2.js @@ -547,6 +547,7 @@ this._reset(); }; + this.emit('newLogger', name, opt); };