vertical-spectreconsolelogger 0.10.1-dev.20240326.31

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of vertical-spectreconsolelogger.
dotnet add package vertical-spectreconsolelogger --version 0.10.1-dev.20240326.31
NuGet\Install-Package vertical-spectreconsolelogger -Version 0.10.1-dev.20240326.31
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="vertical-spectreconsolelogger" Version="0.10.1-dev.20240326.31" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add vertical-spectreconsolelogger --version 0.10.1-dev.20240326.31
#r "nuget: vertical-spectreconsolelogger, 0.10.1-dev.20240326.31"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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.

.net GitHub Package info

Dev build codecov Pre release Release

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

  1. Decouples styling and formatting from logging (e.g. don't change your logging, customize how the events are displayed).
  2. Define different customizations for each log level.
  3. Customize the styling and formatting of specific values or specific types of values.
  4. Destructure and output complex types in JSON(ish) notation.
  5. Customize the rendering completely using output templates.
  6. Extend the logger with your own renderers.
Format/style log values

cap-1

Destructured output follows configuration

cap-2

Precisely control exception output

cap-3

Documentation

Read the full docs here.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on vertical-spectreconsolelogger:

Package Downloads
ModularPipelines The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Write your pipelines in C#!

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on vertical-spectreconsolelogger:

Repository Stars
thomhurst/ModularPipelines
Write your pipelines in C# !