serilog-mssql / serilog-sinks-mssqlserver

A Serilog sink that writes events to Microsoft SQL Server and Azure SQL
Apache License 2.0
283 stars 148 forks source link

Storing nested object properties in separate columns #439

Closed ckadluba closed 1 year ago

ckadluba commented 1 year ago

Support hierarchical property expressions like Property.SubProperty in PropertyName of AdditionalColumns to allow sub-properties of log event properties be logged into separate columns easily following the structured logging paradigm.

This feature was requested in #207, #435, #419 and #292.

ckadluba commented 1 year ago

Thanks a lot for taking the time to review @jonorossi. Greetings to down under!