Info
Version: | 2.1.0 |
Author(s): | Jonathan Wood |
Last Update: | Tuesday, August 6, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/SoftCircuits/SimpleLogFile |
NuGet Url: | https://www.nuget.org/packages/SoftCircuits.SimpleLogFile |
Install
Install-Package SoftCircuits.SimpleLogFile
dotnet add package SoftCircuits.SimpleLogFile
paket add SoftCircuits.SimpleLogFile
SoftCircuits.SimpleLogFile Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
This one was designed to be dead simple to use when needing to log entries to a file. Supports different entry levels, which can be filtered out or disabled altogether.
Correctly formats Exceptions and can optionally include all inner exceptions. Virtual functions can be overridden to control entry formatting, where entries are written, and what the Delete method does.