You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constlog1=debug('foo');log1.use((data,next)=> ... );//apply some new middlewareconstlog2=log.child('bar');// uses middleware of ancestors unless overridden on this instancelog2('hello world');// => foo:bar hello world
The text was updated successfully, but these errors were encountered:
discuss!
The text was updated successfully, but these errors were encountered: