-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
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.
nick4fake
Metadata
Metadata
Assignees
Labels
No labels