Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.25 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.25 KB

Seq.App.YouTrack

NuGet version Build status

Seq - STRUCTURED LOGS FOR .NET APPS Plugin/App that allow for Posting an Exception to an Issue in JetBrains YouTrack.

Features:

  • Uses Handlebar Syntax for the Template Formatting: e.g. {{$Variable}}
  • Settings for Url, Port, Project Name and Issue Creation Type.

Template Variables

  • $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.