MELT is a free, open source, testing library for the .NET Standard Microsoft Extensions Logging library. It is a solution to easily test logs.
74
stars
5
forks
source link
Consider replacing custom filtering with LoggerFilterOptions #10
Open
alefranz opened 4 years ago
It could use the
LoggerFilterOptions
built in theLoggerFactory
. This would be a more standard approach, however it means losing flexibility.