Possible to support ILogger instead of custom HttpLogger? #770
aakashsethi20
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @JohnnyCrazy,
Maybe we don't have to replace HttpLogger, but do you think it's possible to support ILogger (as well) which ships by default with .NET? ILogger is a generic interface that some popular loggers in .NET already use such as Serilog, log4net, etc. It'd be easy to configure your logger once for the whole application and just inject that into the library too.
Let me know what you think!
Cheers,
Aakash
Beta Was this translation helpful? Give feedback.
All reactions