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

Popular posts from this blog

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

python Tkinter Capturing keyboard events save as one single string -

sql server - Why does Linq-to-SQL add unnecessary COUNT()? -