Info
Version: | 1.0.0 |
Author(s): | sgryphon |
Last Update: | Friday, March 20, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/sgryphon/essential-logging |
NuGet Url: | https://www.nuget.org/packages/Essential.LoggerProvider.RollingFile |
Install
Install-Package Essential.LoggerProvider.RollingFile
dotnet add package Essential.LoggerProvider.RollingFile
paket add Essential.LoggerProvider.RollingFile
Essential.LoggerProvider.RollingFile Download (Unzip the "nupkg" after downloading)
Dependencies
- Essential.LogTemplate(>= 1.0.0)
- Microsoft.Extensions.Logging.Configuration(>= 2.2.0)
Tags
Writes to a text file using a configurable template with support for multiple system values (thread, user, machine name, time, etc), rolling to a new file based on the date, time, or other template values.
Other Essential.Logging packages extend the .NET Microsoft.Extensions.Logging with guidance, links, utilities, and additional logger providers.
See the project site on GitHub for examples and documentation.