serilog-sinks-http icon indicating copy to clipboard operation
serilog-sinks-http copied to clipboard

Microsoft.Extensions.Logging support?

Open alrz opened this issue 1 year ago • 3 comments

Can this be implemented as a logging provider on the built-in logging?

alrz avatar Aug 09 '24 14:08 alrz

Hi there and welcome to this repository!

A maintainer will be with you shortly, but first and foremost I would like to thank you for taking the time to report this issue. Quality is of the highest priority for us, and we would never release anything with known defects. We aim to do our best but unfortunately you are here because you encountered something we didn't expect. Lets see if we can figure out what went wrong and provide a remedy for it.

github-actions[bot] avatar Aug 09 '24 14:08 github-actions[bot]

Maybe a wrapper can be created that adapts the current API of the sink to the one required by the built-in logging, but it's not something I've attempted.

FantasticFiasco avatar Aug 13 '24 07:08 FantasticFiasco

Maybe a wrapper can be created that adapts the current API of the sink to the one required by the built-in logging, but it's not something I've attempted.

The issue is that we want to remove serilog dependency entirely (we had just an incident due to a defect in the latest release).

alrz avatar Oct 28 '24 13:10 alrz