Skip to content

geovanimartinez/Seq.App.YouTrack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 96.8%
  • HTML 3.2%