Seq - STRUCTURED LOGS FOR .NET APPS Plugin/App that allow for Posting an Exception to an Issue in JetBrains YouTrack.
- Uses Handlebar Syntax for the Template Formatting: e.g. {{$Variable}}
- Settings for Url, Port, Project Name and Issue Creation Type.
- $Id: Logged event id
- $UtcTimestamp: Universal timestamp
- $LocalTimestamp: Local (Seq Instance) timestamp
- $Level: Error Level (e.g. "error", "warning")
- $MessageTemplate: Non-rendered message template.
- $Message: Rendered log message.
- $Exception: Logged exception.
- $Properties: Additional properties for the logged event.
- $EventType: Seq's event type field.
- $Instance: Name of of the Seq instance.
- $ServerUri: Url of the Seq instance.
- $YouTrackProjectId: The project id entered into the settings.