Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Serilog or any other logging framework #55

Open
tcortega opened this issue Jul 8, 2022 · 0 comments
Open

Implement Serilog or any other logging framework #55

tcortega opened this issue Jul 8, 2022 · 0 comments

Comments

@tcortega
Copy link

tcortega commented Jul 8, 2022

Like many other libraries for .NET, Serilog provides diagnostic logging to files, the console, and
elsewhere. It is easy to set up, has a clean API, and is portable between recent .NET platforms.

Unlike other logging libraries, Serilog is built with powerful structured event data in mind.

It's a pretty solid logging framework. There is not wrong in ussing ASPNET's logger, but it'd be nice to implement a richer framework such as Serilog or NLog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant