NextLevel.ServerErrorLogging
1.1.1
dotnet add package NextLevel.ServerErrorLogging --version 1.1.1
NuGet\Install-Package NextLevel.ServerErrorLogging -Version 1.1.1
<PackageReference Include="NextLevel.ServerErrorLogging" Version="1.1.1" />
<PackageVersion Include="NextLevel.ServerErrorLogging" Version="1.1.1" />
<PackageReference Include="NextLevel.ServerErrorLogging" />
paket add NextLevel.ServerErrorLogging --version 1.1.1
#r "nuget: NextLevel.ServerErrorLogging, 1.1.1"
#:package NextLevel.ServerErrorLogging@1.1.1
#addin nuget:?package=NextLevel.ServerErrorLogging&version=1.1.1
#tool nuget:?package=NextLevel.ServerErrorLogging&version=1.1.1
Shared producer for the NextLevel server-error-logs service. Non-blocking, batched HTTP shipping of unhandled exceptions and logged errors, with a global exception middleware (UseServerErrorLogging), a SignalR hub filter, and a direct ILogServerError API. Errors are buffered in a bounded channel and never block or throw from the host.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on NextLevel.ServerErrorLogging:
| Package | Downloads |
|---|---|
|
NextLevel.ErrorHandling
Shared error contract for every NextLevel backend — games, p2p games and lobby. One ErrorCode catalogue grouped by meaning instead of by game, one ErrorCodeException, one camelCase ErrorResponse body, and the HTTP middleware that guarantees every request returns that same shape. Replaces the GameErrorCode/GameException/ErrorResponse trio in NextLevel.P2P.GameBase: its 150 codes map onto 101 here, and the 86 that belonged to the ten casino games collapse to 42. Reports through NextLevel.ServerErrorLogging. |
GitHub repositories
This package is not used by any popular GitHub repositories.