Skip to content

ChangemakerStudios/Seq.App.YouTrack

Repository files navigation

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.

About

Seq.App for Posting an Exception to an Issue in YouTrack

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors