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
the constructor of RequstPolicy takes in RequestPolicyOptions. However, none of our core-http built-in request policy factory methods are passing in an option for the logger. It is not possible to pass in a logger in current Storage request policy factories either.
Also HttpPipelineLogger is not directly compatible with our core-logger.
So should we remove it (breaking change) and consider using core logger if possible?
The text was updated successfully, but these errors were encountered:
Currently it only contains one private property:
the constructor of RequstPolicy takes in RequestPolicyOptions. However, none of our core-http built-in request policy factory methods are passing in an option for the logger. It is not possible to pass in a logger in current Storage request policy factories either.
Also HttpPipelineLogger is not directly compatible with our core-logger.
So should we remove it (breaking change) and consider using core logger if possible?
The text was updated successfully, but these errors were encountered: