📄️ Serilog
Serilog is a logging library for .Net. Serilog was created with powerful organized event data in mind, unlike other logging libraries.
📄️ Log4Net
Log4net is a logging library for .NET applications. It offers a versatile and customizable architecture for recording application events to a number of locations, including files, databases, and remote servers.
📄️ NLog
NLog is a logging platform for .NET platforms. It supports a range of logging formats, including plain text and JSON.
📄️ TraceListener
TraceListener is a component of the .NET Framework's logging system. Provides receiving and handling trace messages and forwarding them to the appropriate destination.