Serilog — simple .NET logging with fully-structured events(https://serilog.net/)
Why Serilog? 为什么选择 Serilog?
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.
与许多其他 .NET 库一样,Serilog 提供诊断 记录到 Files、Console 和 别处。它易于设置,具有干净的 API,并且可以在最近的 .NET 平台之间移植。
Unlike other logging libraries, Serilog is built with powerful structured event data in mind.
与其他日志记录库不同,Serilog 在构建时考虑了强大的结构化事件数据。
发表评论