Serilog Appsettings and setting filters -
using serilog.settings.appsettings project having difficulty setting filter exclude namespaces configured sink.
in code this:
[...].filter.byexcluding(matching.fromsource<mynamespace>())
however don't seem able using app settings.
is supported , if how can achieve using configuration?
thanks
vincent
Comments
Post a Comment