NET10 / NET8 / NET6 (.NET Core) file logger provider. NuGet Package

Lightweight file logging provider implementation for NET6 / NET8 / NET10+ .NET Core without dependencies on logging frameworks.

How to use:

using NReco.Logging.File;

services.AddLogging(loggingBuilder => {
loggingBuilder.AddFile("app.log", append:true);
});

More details and examples: https://github.com/nreco/logging.




Got any NET10 / NET8 / NET6 (.NET Core) file logger provider. Question?





Info

Version: 1.3.1
Author(s): Vitalii Fedorchenko
Last Update: Wednesday, November 19, 2025
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/nreco/logging
NuGet Url: https://www.nuget.org/packages/NReco.Logging.File


Install
Install-Package NReco.Logging.File
dotnet add package NReco.Logging.File
paket add NReco.Logging.File
NReco.Logging.File Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

4.2

avg-downloads-per-day

554

days-since-last-release

29