Structured Log Viewer icon

Structured Log Viewer 2.2.508

Interactive log viewer for MSBuild structured logs (*.binlog)

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    structuredlogviewer # Structured Log Viewer
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    structuredlogviewer # Structured Log Viewer
  ];
}

Package Definition

{
  "pname": "structuredlogviewer",
  "version": "2.2.508",
  "src": {
    "url": "https://github.com/KirillOsenkov/MSBuildStructuredLog/releases/download/v2.2.508/StructuredLogViewer-arm64.dmg",
    "sha256": "e89ee404182ad49390c87ac478f43fcdb59b8235faacb7fb03dd81fa021aae30"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/StructuredLogViewer.app\" && cp -r \"StructuredLogViewer.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Interactive log viewer for MSBuild structured logs (*.binlog)",
    "homepage": "https://msbuildlog.com/"
  }
}