Serilog.Sinks.Debug
3.0.0
Prefix Reserved
dotnet add package Serilog.Sinks.Debug --version 3.0.0
NuGet\Install-Package Serilog.Sinks.Debug -Version 3.0.0
<PackageReference Include="Serilog.Sinks.Debug" Version="3.0.0" />
paket add Serilog.Sinks.Debug --version 3.0.0
#r "nuget: Serilog.Sinks.Debug, 3.0.0"
// Install Serilog.Sinks.Debug as a Cake Addin #addin nuget:?package=Serilog.Sinks.Debug&version=3.0.0 // Install Serilog.Sinks.Debug as a Cake Tool #tool nuget:?package=Serilog.Sinks.Debug&version=3.0.0
Serilog.Sinks.Debug
A Serilog sink that writes log events to the Visual Studio debug output window.
Getting started
To use the sink, first install the NuGet package:
dotnet add package Serilog.Sinks.Debug
Then enable the sink using WriteTo.Debug()
:
Log.Logger = new LoggerConfiguration()
.WriteTo.Debug()
.CreateLogger();
Log.Information("Hello, world!");
Log events will be printed to the debug output:
XML <appSettings>
configuration
To use the sink with the Serilog.Settings.AppSettings package, first install that package if you haven't already done so:
Install-Package Serilog.Settings.AppSettings
Instead of configuring the logger in code, call ReadFrom.AppSettings()
:
var log = new LoggerConfiguration()
.ReadFrom.AppSettings()
.CreateLogger();
In your application's App.config
or Web.config
file, specify the console sink assembly under the <appSettings>
node:
<configuration>
<appSettings>
<add key="serilog:using:Debug" value="Serilog.Sinks.Debug" />
<add key="serilog:write-to:Debug" />
JSON appsettings.json
configuration
To use the console sink with Microsoft.Extensions.Configuration, for example with ASP.NET Core or .NET Core, use the Serilog.Settings.Configuration package. First install that package if you have not already done so:
Install-Package Serilog.Settings.Configuration
Instead of configuring the sink directly in code, call ReadFrom.Configuration()
:
var configuration = new ConfigurationBuilder()
.AddJsonFile("appsettings.json")
.Build();
var logger = new LoggerConfiguration()
.ReadFrom.Configuration(configuration)
.CreateLogger();
In your appsettings.json
file, under the Serilog
node, :
{
"Serilog": {
"WriteTo": ["Debug"]
}
}
Copyright © 2017 Serilog Contributors - Provided under the Apache License, Version 2.0.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 is compatible. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
NuGet packages (177)
Showing the top 5 NuGet packages that depend on Serilog.Sinks.Debug:
Package | Downloads |
---|---|
Serilog.AspNetCore
Serilog support for ASP.NET Core logging |
|
IppDotNetSdkForQuickBooksApiV3
The IPP .NET SDK for QuickBooks V3 is a set of .NET classes that make it easier to call QuickBooks APIs. This is the .Net Standard 2.0 version of the .Net SDK |
|
Blauhaus.Analytics.Serilog
Package Description |
|
Takenet.Iris.Common
Iris common data types package |
|
VisioForge.DotNet.Core
VisioForge .Net products for video capture, editing and playback (Video Capture SDK, Media Player SDK, Video Edit SDK). Core package. |
GitHub repositories (67)
Showing the top 5 popular GitHub repositories that depend on Serilog.Sinks.Debug:
Repository | Stars |
---|---|
RayWangQvQ/BiliBiliToolPro
B 站(bilibili)自动任务工具,支持docker、青龙、k8s等多种部署方式。敏感肌也能用。
|
|
fullstackhero/dotnet-starter-kit
Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
|
|
MvvmCross/MvvmCross
The .NET MVVM framework for cross-platform solutions, including Android, iOS, MacCatalyst, macOS, tvOS, WPF, WinUI
|
|
BililiveRecorder/BililiveRecorder
录播姬 | mikufans 生放送录制
|
|
microsoft/devhome
The new Dev Home experience for Windows!
|
Version | Downloads | Last updated |
---|---|---|
3.0.0 | 1,188,001 | 6/14/2024 |
3.0.0-dev-00040 | 192 | 6/14/2024 |
2.0.0 | 259,109,925 | 2/14/2021 |
2.0.0-dev-00026 | 3,128 | 1/12/2021 |
1.0.2-dev-00023 | 9,599 | 12/15/2020 |
1.0.2-dev-00020 | 304,966 | 9/22/2018 |
1.0.2-dev-00018 | 98,574 | 5/9/2018 |
1.0.1 | 98,023,254 | 3/21/2018 |
1.0.1-dev-00015 | 7,987 | 1/11/2018 |
1.0.0 | 1,355,348 | 9/6/2017 |
1.0.0-dev-00009 | 1,209 | 8/28/2017 |
1.0.0-dev-00007 | 1,019 | 8/28/2017 |
1.0.0-dev-00004 | 1,084 | 8/27/2017 |
1.0.0-dev-00002 | 1,086 | 8/27/2017 |