Structured Log Viewer icon

Structured Log Viewer 2.3.114

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.3.114",
  "src": {
    "url": "https://github.com/KirillOsenkov/MSBuildStructuredLog/releases/download/v2.3.114/StructuredLogViewer-arm64.dmg",
    "sha256": "f6e76a00e80c23ca6250ac5ce67c8542ce42fa79575701f183e8b22728900360"
  },
  "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/"
  }
}