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