Developer Packages

Start with CerbiStream, then add integrations, analyzers, runtime enforcement, or signature packs based on how your team adopts telemetry governance.

Cerbi works with existing logging frameworks and helps teams govern telemetry before ingestion. Use CerbiStream as a native logger, or add Cerbi governance to your existing framework.

Start here

  • New to Cerbi
  • Using Serilog, MEL, or ASP.NET Core
  • Want enforcement in CI
  • Want runtime governance inside the app
  • Want faster adoption

Start Here

Recommended first install

CerbiStream

Start Here

Core structured logging entry point with governance-aware telemetry support.

Start Here
dotnet add package CerbiStream
NuGetDocsGitHub

Framework Integrations

Add Cerbi governance to the frameworks teams already use.

Cerbi.AspNetCore.Governance

Add Cerbi governance to ASP.NET Core applications.

Integration
dotnet add package Cerbi.AspNetCore.Governance
NuGetGitHub

Cerbi.Serilog.Governance

Apply Cerbi governance policies to Serilog pipelines.

Integration
dotnet add package Cerbi.Serilog.Governance
NuGetGitHub

Cerbi.MEL.Governance

Extend Microsoft.Extensions.Logging with Cerbi governance enforcement.

Integration
dotnet add package Cerbi.MEL.Governance
NuGetGitHub

Build-Time Enforcement

Catch governance issues during development and CI before telemetry is emitted.

CerbiStream.GovernanceAnalyzer

Build-time governance validation for CerbiStream-based logging.

Analyzer
dotnet add package CerbiStream.GovernanceAnalyzer
NuGetGitHub

Cerbi.NLog.GovernanceAnalyzer

Analyzer support for NLog-based implementations.

Analyzer
dotnet add package Cerbi.NLog.GovernanceAnalyzer
NuGetGitHub

Runtime Governance

Govern telemetry inside the application process before it leaves the service.

Cerbi.Governance.Runtime

Runtime validation, tagging, and governance enforcement inside the application process.

Runtime
dotnet add package Cerbi.Governance.Runtime
NuGetGitHub

Signature Packs

Accelerates adoption

Prebuilt signature packs help teams standardize logging faster without inventing every event shape from scratch.

Cerbi.Signatures.Security

Prebuilt security logging signatures for authentication, authorization, access violations, and sensitive actions.

Signature Pack
dotnet add package Cerbi.Signatures.Security
NuGetGitHub

Cerbi.Signatures.Api

Standard API logging signatures for requests, responses, failures, dependencies, and endpoint activity.

Signature Pack
dotnet add package Cerbi.Signatures.Api
NuGetGitHub

Cerbi.Signatures.Audit

Audit-focused signatures for record changes, approvals, access tracking, and compliance-sensitive events.

Signature Pack
dotnet add package Cerbi.Signatures.Audit
NuGetGitHub

How to choose

  • 1.Start with CerbiStream if you are adopting Cerbi directly.
  • 2.Add framework integrations if you already use Serilog, MEL, or ASP.NET Core.
  • 3.Add analyzers to shift governance left into development and CI.
  • 4.Add runtime governance when you want in-process enforcement and tagging.
  • 5.Use Signature Packs to accelerate adoption with prebuilt event shapes.

Ready to get started?

Install CerbiStream from NuGet and configure your first governance profile in minutes.