nreco / logging

Generic file logger for .NET Core (FileLoggerProvider) with minimal dependencies
MIT License
296 stars 60 forks source link

Added default logging builder extension #70

Closed snargledorf closed 1 month ago

snargledorf commented 1 month ago

For situations where configuration is under the default "Logging" section. Also accepts an optional configure options action.

Usage: loggingBuilder.AddFile()

snargledorf commented 1 month ago

Sorry, need to recreate as I used a work account for the changes and also included some changes not intended for this update. Will resubmit later.