vertical-spectreconsolelogger
0.10.1-dev.20240326.31
Prefix Reserved
See the version list below for details.
dotnet add package vertical-spectreconsolelogger --version 0.10.1-dev.20240326.31
NuGet\Install-Package vertical-spectreconsolelogger -Version 0.10.1-dev.20240326.31
<PackageReference Include="vertical-spectreconsolelogger" Version="0.10.1-dev.20240326.31" />
paket add vertical-spectreconsolelogger --version 0.10.1-dev.20240326.31
#r "nuget: vertical-spectreconsolelogger, 0.10.1-dev.20240326.31"
// Install vertical-spectreconsolelogger as a Cake Addin #addin nuget:?package=vertical-spectreconsolelogger&version=0.10.1-dev.20240326.31&prerelease // Install vertical-spectreconsolelogger as a Cake Tool #tool nuget:?package=vertical-spectreconsolelogger&version=0.10.1-dev.20240326.31&prerelease
vertical-spectreconsolelogger
A seriously customizable Spectre Console provider for Microsoft.Extensions.Logging. Don't change how your app logs - change how the logs are presented.
Quick Start
Add a package reference to your .csproj
file:
$ dotnet add package vertical-spectreconsolelogger --prerelease
Call AddSpectreConsole
in your logging setup:
var loggerFactory = LoggerFactory.Create(builder => builder
.AddSpectreConsole());
var logger = loggerFactory.CreateLogger("MyLogger");
logger.LogInformation("Hello world!");
Features at a glance
- Decouples styling and formatting from logging (e.g. don't change your logging, customize how the events are displayed).
- Define different customizations for each log level.
- Customize the styling and formatting of specific values or specific types of values.
- Destructure and output complex types in JSON(ish) notation.
- Customize the rendering completely using output templates.
- Extend the logger with your own renderers.
Format/style log values
Destructured output follows configuration
Precisely control exception output
Documentation
Read the full docs here.
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 is compatible. 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 was computed. 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 was computed. net463 was computed. net47 was computed. net471 was computed. 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. |
-
.NETStandard 2.0
- Microsoft.Bcl.HashCode (>= 1.1.1)
- Microsoft.Extensions.Logging (>= 3.0.0)
- Microsoft.Extensions.ObjectPool (>= 3.0.0)
- Microsoft.Extensions.Options (>= 3.0.0)
- Spectre.Console (>= 0.46.1-preview.0.20)
- System.Collections.Immutable (>= 5.0.0)
- System.Diagnostics.DiagnosticSource (>= 4.6.0)
- System.Text.Json (>= 5.0.2)
-
net6.0
- Microsoft.Extensions.Logging (>= 3.0.0)
- Microsoft.Extensions.ObjectPool (>= 3.0.0)
- Microsoft.Extensions.Options (>= 3.0.0)
- Spectre.Console (>= 0.46.1-preview.0.20)
-
net7.0
- Microsoft.Extensions.Logging (>= 3.0.0)
- Microsoft.Extensions.ObjectPool (>= 3.0.0)
- Microsoft.Extensions.Options (>= 3.0.0)
- Spectre.Console (>= 0.46.1-preview.0.20)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on vertical-spectreconsolelogger:
Package | Downloads |
---|---|
ModularPipelines
Write your pipelines in C#! |
|
DotnetModularPipelines
Write your pipelines in C#! |
|
LichessNET
This is still in heavy development, and by far not really functional. It currently can access all user endpoints of Lichess with a token. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on vertical-spectreconsolelogger:
Repository | Stars |
---|---|
thomhurst/ModularPipelines
Write your pipelines in C# !
|