Quilt4Net.Logger 3.2.10

dotnet add package Quilt4Net.Logger --version 3.2.10
NuGet\Install-Package Quilt4Net.Logger -Version 3.2.10
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="Quilt4Net.Logger" Version="3.2.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Quilt4Net.Logger --version 3.2.10
#r "nuget: Quilt4Net.Logger, 3.2.10"
#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 Quilt4Net.Logger as a Cake Addin
#addin nuget:?package=Quilt4Net.Logger&version=3.2.10

// Install Quilt4Net.Logger as a Cake Tool
#tool nuget:?package=Quilt4Net.Logger&version=3.2.10

Quilt4Net Logger

There are three simple steps to get your logs sent to the Quilt4Net service.

  1. Get your ApiKey at Quilt4Net
  2. Get nuget package Install-Package Quilt4Net.Logger
  3. Add Quilt4Net as a logging service
builder.Services.AddLogging(configure => configure.Quilt4NetLogger(o =>
{
    o.ApiKey = "[ApiKey]";
}));
Product Compatible and additional computed target framework versions.
.NET 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Quilt4Net.Logger:

Package Downloads
Quilt4Net.Logger.Blazor

Native package used to send logg data to Quilt4Net service.

Serilog.Sinks.Quilt4Net

Sink for Serilog used to send logg data to Quilt4Net service.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.2.10 231 2/26/2024
3.2.9 369 1/13/2024
3.2.8 288 1/13/2024
3.2.7 293 1/13/2024
3.2.6 307 1/11/2024
3.2.5 314 1/10/2024
3.2.4 290 1/9/2024
3.2.3 362 1/8/2024
3.2.2 282 1/8/2024
3.2.1 291 1/8/2024
3.1.2 362 12/26/2023
3.1.1 398 12/17/2023
3.0.25 509 11/21/2023
3.0.24 497 10/19/2023
3.0.23 503 10/14/2023
3.0.22 481 10/14/2023
3.0.21 481 10/12/2023
3.0.20 538 10/1/2023
3.0.19 484 10/1/2023
3.0.18 535 9/30/2023
3.0.17 524 9/28/2023
3.0.16 529 9/25/2023
3.0.15 495 9/25/2023
3.0.14 488 9/23/2023
3.0.13 493 9/23/2023
3.0.4 546 9/18/2023