Sign in Sign up
nuget

NReco.Logging.File

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

Activity

Latest release
1mo ago
Total releases
20
Cadence
~5 months
Last 12 months
3

Reach

Stars

Details

First release
May 14, 2017
Releases
Version Released
1.4.0 minor
1.3.1 patch
1.3.0 minor
1.2.2 patch
1.2.1 patch
1.2.0 minor
1.1.7 patch
1.1.6 patch
1.1.5 patch
1.1.4 patch
1.1.3 patch
1.1.2 patch
1.1.1 patch
1.1.0 minor
1.0.5 patch
1.0.4 patch
1.0.3 patch
1.0.2 patch
1.0.1 patch
1.0.0 initial