Info
Version: | 1.0.9 |
Author(s): | Kristian Virkus |
Last Update: | Friday, September 16, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/KristianVirkus/LogfileStructured |
NuGet Url: | https://www.nuget.org/packages/Logfile.Structured |
Install
Install-Package Logfile.Structured
dotnet add package Logfile.Structured
paket add Logfile.Structured
Logfile.Structured Download (Unzip the "nupkg" after downloading)
Dependencies
- Logfile(>= 1.0.4)
- Newtonsoft.Json(>= 12.0.1 && < 13.0.0)
Tags
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 logging occurs in a textual format which is easily readable by humans.