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 integrations
  • 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

Cerbi.Signatures.Pii

Signatures for logging events that involve personally identifiable information — with field-level classification and masking guidance.

Signature Pack
dotnet add package Cerbi.Signatures.Pii
NuGetGitHub

Cerbi.Signatures.Financial

Logging signatures for financial transactions, payment events, fraud signals, and monetary operations.

Signature Pack
dotnet add package Cerbi.Signatures.Financial
NuGetGitHub

Cerbi.Signatures.Observability

Structured signatures for traces, metrics, dependency calls, and system health events aligned to observability best practices.

Signature Pack
dotnet add package Cerbi.Signatures.Observability
NuGetGitHub

Cerbi.Signatures.Hipaa

Prebuilt logging signatures aligned to HIPAA requirements — covering PHI access, disclosures, and audit trail events.

Signature Pack
dotnet add package Cerbi.Signatures.Hipaa
NuGetGitHub

Cerbi.Signatures.Gdpr

Signatures for GDPR-governed logging — data subject requests, consent events, retention triggers, and processing records.

Signature Pack
dotnet add package Cerbi.Signatures.Gdpr
NuGetGitHub

Cerbi.Signatures.Soc2

Logging signatures mapped to SOC 2 trust service criteria — availability, security, confidentiality, and change management.

Signature Pack
dotnet add package Cerbi.Signatures.Soc2
NuGetGitHub

Cerbi.Signatures.Pci

Signatures for PCI DSS logging requirements — cardholder data access, authentication events, and network activity.

Signature Pack
dotnet add package Cerbi.Signatures.Pci
NuGetGitHub

Cerbi.Signatures.FedRamp

Logging event signatures aligned to FedRamp control families — access control, audit and accountability, and incident response.

Signature Pack
dotnet add package Cerbi.Signatures.FedRamp
NuGetGitHub

Cerbi.Signatures.Iso27001

Signatures covering ISO 27001 Annex A control logging requirements — asset management, access control, and cryptographic events.

Signature Pack
dotnet add package Cerbi.Signatures.Iso27001
NuGetGitHub

Cerbi.Signatures.Ferpa

Prebuilt signatures for FERPA-governed logging in education systems — student record access, disclosures, and consent tracking.

Signature Pack
dotnet add package Cerbi.Signatures.Ferpa
NuGetGitHub

Cerbi.Signatures.Pipeda

Logging signatures aligned to PIPEDA — personal information collection, use, disclosure, and consent events for Canadian compliance.

Signature Pack
dotnet add package Cerbi.Signatures.Pipeda
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 adapters.
  • 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.