Is your feature request related to a problem? Please describe.
The lib now uses Swift.print which may not be the expected output location
Describe the solution you'd like
An injectable logger of some abstract type so that I could conform to it with any custom type
Describe alternatives you've considered
🤷♂️
Additional context
At the moment at least one known print is in processEvent(_:) of ModelResponseEventsStreamInterpreter
Is your feature request related to a problem? Please describe.
The lib now uses
Swift.printwhich may not be the expected output locationDescribe the solution you'd like
An injectable logger of some abstract type so that I could conform to it with any custom type
Describe alternatives you've considered
🤷♂️
Additional context
At the moment at least one known print is in
processEvent(_:)ofModelResponseEventsStreamInterpreter