Parses a Serilog-style message template into tokens.
Supports {Property} for scalar capture and {@Property} for destructuring (full object structure preserved in properties).
{Property}
{@Property}
message template string with {Property} holes
array of parsed tokens
Parses a Serilog-style message template into tokens.
Supports
{Property}for scalar capture and{@Property}for destructuring (full object structure preserved in properties).