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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: