Open bijoor opened 8 years ago
Would like a way for roboto to use the logger provided by the contained application.
Possible approach (not tested):
customLogger
this._log = this.option.customLogger || log;
log.*
this._log.*
itemLogger(this._log)
Thanks for some awesome code BTW!
Would like a way for roboto to use the logger provided by the contained application.
Possible approach (not tested):
customLogger
(or something like that)this._log = this.option.customLogger || log;
log.*
withthis._log.*
itemLogger(this._log)
Thanks for some awesome code BTW!