Info
Version: | 1.0.1 |
Author(s): | Hao Bui - Serilog Contributors |
Last Update: | Friday, July 20, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://serilog.net/ |
NuGet Url: | https://www.nuget.org/packages/Serilog.Sinks.FileTailSupport |
Install
Install-Package Serilog.Sinks.FileTailSupport
dotnet add package Serilog.Sinks.FileTailSupport
paket add Serilog.Sinks.FileTailSupport
Serilog.Sinks.FileTailSupport Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- Serilog(>= 2.5.0)
- Serilog(>= 2.5.0)
- System.IO(>= 4.1.0)
- System.IO.FileSystem(>= 4.0.1)
- System.IO.FileSystem.Primitives(>= 4.0.1)
- System.Runtime.InteropServices(>= 4.1.0)
- System.Text.Encoding.Extensions(>= 4.0.11)
- System.Threading(>= 4.0.11)
- System.Threading.Timer(>= 4.0.1)
Tags
This package is to support tailing a log file, rolled files shall be named by datetime of sequence.
- V1.0.1 enabled retention policy.