
Logging in C# - .NET | Microsoft Learn
.NET supports high performance, structured logging via the ILogger API to help monitor application behavior and diagnose issues. Configure different logging providers to write logs to different …
Logging in .NET and ASP.NET Core | Microsoft Learn
Sep 18, 2024 · Learn how to use the logging framework provided by the Microsoft.Extensions.Logging NuGet package.
Logging with the Azure SDK for .NET - .NET | Microsoft Learn
Apr 5, 2025 · This logging allows you to monitor I/O requests and responses that client libraries are making to Azure services. Typically, the logs are used to debug or diagnose communication issues.
AD and LDS diagnostic event logging - Windows Server
Jan 15, 2025 · This article discusses the level of Active Directory diagnostic event logging and provides solutions for configuring Active Directory diagnostic event logging.
ASP.NET Core Blazor logging | Microsoft Learn
Learn about Blazor app logging, including configuration and how to write log messages from Razor components.
HTTP logging in .NET and ASP.NET Core | Microsoft Learn
HTTP logging can reduce the performance of an app, especially when logging the request and response bodies. Consider the performance impact when selecting fields to log.
Simple logging - EF Core | Microsoft Learn
Entity Framework Core (EF Core) simple logging can be used to easily obtain logs while developing and debugging applications. This form of logging requires minimal configuration and no additional NuGet …
about_Logging_Windows - PowerShell | Microsoft Learn
Sep 29, 2025 · Script block logging - Record the processing of commands, script blocks, functions, and scripts whether invoked interactively, or through automation. When you enable Script Block Logging, …
Enable debug logging for Netlogon service - Windows Client
Jan 15, 2025 · This article describes the steps to enable logging of the Netlogon service in Windows to monitor or troubleshoot authentication, DC locator, account lockout, or other domain communication …
Logging and tracing - .NET | Microsoft Learn
Sep 4, 2024 · ILogger provides the logging story for the OpenTelemetry implementation for .NET, which enables egress of logs from your application to a variety of APM systems for further analysis.