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
Thanks for making this package. I think it's really great.
I notice that logger method used are only debug, warn, info, and error, but when I pass my logger that supports those function I get the following.
error TS2345: Argument of type 'MyLogger' is not assignable to parameter of type 'Logger'.
Type 'IsamLogger' is missing the following properties from type 'Logger': addStream, addSerializers, child, reopenFileStreams, and 21 more.
It's problematic to support all the interfaces that bunyan offers.
The text was updated successfully, but these errors were encountered:
Thanks for making this package. I think it's really great.
I notice that logger method used are only debug, warn, info, and error, but when I pass my logger that supports those function I get the following.
It's problematic to support all the interfaces that bunyan offers.
The text was updated successfully, but these errors were encountered: