Libraries
    Preparing search index...

    Function parseTemplate

    • Parses a Serilog-style message template into tokens.

      Supports {Property} for scalar capture and {@Property} for destructuring (full object structure preserved in properties).

      Parameters

      • template: string

        message template string with {Property} holes

      Returns TemplateToken[]

      array of parsed tokens