NetEscapades.Extensions.Logging.RollingFile 2.5.0

dotnet add package NetEscapades.Extensions.Logging.RollingFile --version 2.5.0
NuGet\Install-Package NetEscapades.Extensions.Logging.RollingFile -Version 2.5.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NetEscapades.Extensions.Logging.RollingFile" Version="2.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NetEscapades.Extensions.Logging.RollingFile --version 2.5.0
#r "nuget: NetEscapades.Extensions.Logging.RollingFile, 2.5.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NetEscapades.Extensions.Logging.RollingFile as a Cake Addin
#addin nuget:?package=NetEscapades.Extensions.Logging.RollingFile&version=2.5.0

// Install NetEscapades.Extensions.Logging.RollingFile as a Cake Tool
#tool nuget:?package=NetEscapades.Extensions.Logging.RollingFile&version=2.5.0

File logger provider implementation for Microsoft.Extensions.Logging. This logger logs messages to rolling files by writing messages to the file system.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 is compatible.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on NetEscapades.Extensions.Logging.RollingFile:

Package Downloads
Statiq.App

Statiq is a configurable static content generation framework. This library provides everything you need to start using it to make your own static generator.

Destinet.Microservices

Package Description

SimpleBot.Framework

SimpleBotFramework for c#

Xtra.Services

Xtra Services for .Net Core Web Application.

GitHub repositories (6)

Showing the top 5 popular GitHub repositories that depend on NetEscapades.Extensions.Logging.RollingFile:

Repository Stars
poppastring/dasblog-core
The original DasBlog reimagined with ASP.NET Core
statiqdev/Statiq.Framework
A flexible and extensible static content generation framework for .NET.
DataDog/dd-trace-dotnet
.NET Client Library for Datadog APM
andrewlock/asp-dot-net-core-in-action-2e
Source code examples for ASP.NET Core in Action, Second Edition
andrewlock/asp-dot-net-core-in-action
Source code examples for ASP.NET Core in Action
Version Downloads Last updated
2.5.0 50,860 3/16/2023
2.5.0-beta01 17,117 9/7/2021
2.4.1 160,578 10/4/2021
2.4.0 32,051 6/5/2021
2.2.0 310,791 4/8/2019
2.1.0 15,776 3/2/2019
1.0.1 27,846 10/3/2018
1.0.0 43,975 9/3/2017

Features:

* Add initial support for using custom log-line formats. Uses the same format as before by default.
* Added a Json Log Formatter for .NET Core 3.1+


See https://github.com/andrewlock/NetEscapades.Extensions.Logging/blob/master/CHANGELOG.md#v250 for more details.