15 packages tagged with “database-logging”
CSharpEssentials.LoggerHelper is a modular, centralized hub for Serilog sinks that delivers comprehensive observability . Its flexible JSON‑based configuration lets you decide which log levels go to which sink—for example, routing only Error messages to email while sending all logs to ElasticSearch—without touching your code . The package unifies logs, metrics and traces via OpenTelemetry; every log entry carries a trace_id to correlate distributed requests, and an interactive dashboard lets you visualize traces, sink failures and telemetry, and configure alerts . Standard structured fields (e.g., IdTransaction, ApplicationName, MachineName, Action) are included by default, and you can enrich logs with custom properties that propagate across all sinks . Each sink—Console, File, MSSQL, PostgreSQL, ElasticSearch, Email, Telegram, xUnit, Telemetry, Dashboard and AI—is delivered as a separate NuGet package, so you install only what you need; the core loads them dynamically and exposes CurrentError and an in‑memory Errors queue to simplify debugging . The latest AI integration enables natural‑language queries against logs, trace correlation for root‑cause analysis, anomaly detection and automatic incident summaries , while the new xUnit sink captures full traces of failed tests directly in your test output—ideal for debugging flaky tests or disconnected environments
ABP Serilog Logging Module - Entity Framework Core integration. Provides database logging sink and log entry entity for storing structured logs.
Sink File for package LoggerHelper
Package Description
现代化日志记录功能库,支持多级日志、多种输出目标、结构化日志、异步记录、日志轮转等功能,完全兼容Microsoft.Extensions.Logging。v1.1.0新增:真正的异步I/O、IAsyncDisposable支持、标准Dispose模式、ConfigureAwait优化
MsCore.Framework.Logging provides an extensible logging infrastructure for .NET applications with support for both file and database logging. It includes middleware for capturing HTTP requests and responses, customizable logging options via dependency injection, and a unified logging model (LogEntity) for centralized tracking. Designed for observability, auditing, and debugging in modular .NET backends.