alefranz / MELT

MELT is a free, open source, testing library for the .NET Standard Microsoft Extensions Logging library. It is a solution to easily test logs.
Apache License 2.0
74 stars 5 forks source link

Consider replacing custom filtering with LoggerFilterOptions #10

Open alefranz opened 4 years ago

alefranz commented 4 years ago

It could use the LoggerFilterOptions built in the LoggerFactory. This would be a more standard approach, however it means losing flexibility.