serilog / serilog-sinks-console

Write log events to System.Console as text or JSON, with ANSI theme support
Apache License 2.0
248 stars 72 forks source link

Feature - Support referencing field in StructureValue in OutputTemplate #129

Closed mcm-ham closed 2 years ago

nblumhardt commented 2 years ago

Hi! Thanks for the suggestion. This is already supported via ExpressionTemplate: https://nblumhardt.com/2021/06/customize-serilog-text-output/#-including-a-sub-property-from-structured-data (more details in the linked post). HTH!