Tagolog is a structured logging library for .NET. It can help you produce log entries marked with tags easily.
Supported platforms:
- .NET Framework 3.5+;
- .NET Standard 2.0+;
Tagolog.NLog is a Tagolog adapter for NLog logging framework. It can help you produce log entries marked with tags easily.
Supported platforms:
- .NET Framework 3.5+;
- .NET Standard 2.0+;
This implementation for the Logfile framework allows logging to files or consoles in a structured fashion. Different information retain their types throughout the whole logging process even inside the logfile. Thus it can later be parsed easily for automated analysis or displaying purposes. The...
More information
This is the ASP.NET Core 2.x adapter for the Logfile library capable of logging information in a structured way, retaining the information instead of just serializing it all into a human readable string.