You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if you've looked into it yet, but it would be nice if this formatter supported having the formatter specified in appsettings.json by utilizing the following project: https://github.com/serilog/serilog-settings-configuration
The text was updated successfully, but these errors were encountered:
Actually, Serilog.Formatting.Log4Net already supports the Serilog.Settings.Configuration package. It's even mentioned in the README. 😉
But if you mean configuring the formatter itself (i.e. indentation settings, CDATA mode etc.) then that's not supported simply because it's not how Serilog.Settings.Configuration works.
Yes, from my understanding it's possible to include some settings if your constructor had the option to take in a standard object instead of a builder (maybe just needing an overload).
I'm not sure if you've looked into it yet, but it would be nice if this formatter supported having the formatter specified in appsettings.json by utilizing the following project: https://github.com/serilog/serilog-settings-configuration
The text was updated successfully, but these errors were encountered: