Section 2 of 5 Embedded UI
Install NuGet packages
Install the core engine first, then add the storage satellite and UI package. All packages must share the same version stamp.
NuGet packages
Run from your API project directory (or central PackageReference in Directory.Build.props):
dotnet add package ArgusLogs --version 1.0.11-alpha.2608292142
dotnet add package ArgusLogs.TieredStorage --version 1.0.11-alpha.2608292142
dotnet add package ArgusLogs.UI --version 1.0.11-alpha.2608292142Package roles
| Type | Default | Description |
|---|---|---|
| ArgusLogs | Core engine, licensing, network + method tracing | Required baseline |
| ArgusLogs.TieredStorage | SQLite hot tier + Parquet cold archives | High-volume structured retention |
| ArgusLogs.UI | Embedded diagnostics middleware + static assets | Browser UI at a route you choose |