Rebus.Microsoft.Extensions.Logging 5.0.0

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

// Install Rebus.Microsoft.Extensions.Logging as a Cake Tool
#tool nuget:?package=Rebus.Microsoft.Extensions.Logging&version=5.0.0

Rebus.Microsoft.Extensions.Logging

install from nuget

Provides a Microsoft Extensions Logging logging integration for Rebus.

alternate text is missing from this package README image


Like this:

var loggerFactory = new LoggerFactory()
	.AddConsole();

Configure.With(...)
	.Logging(l => l.MicrosoftExtensionsLogging(loggerFactory))
	.Transport(t => t.Use(...))
	.(...)
	.Start();

or like this:

var logger = new LoggerFactory()
	.AddConsole()
	.CreateLogger<Program>();

Configure.With(...)
	.Logging(l => l.MicrosoftExtensionsLogging(logger))
	.Transport(t => t.Use(...))
	.(...)
	.Start();
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 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 (6)

Showing the top 5 NuGet packages that depend on Rebus.Microsoft.Extensions.Logging:

Package Downloads
Elsa.Core

Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application. This package contains the core of Elsa. Tip: reference the `Elsa` package instead of this one.

Umbraco.Deploy.Cloud The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Umbraco Deploy Cloud provides reliable deployment of schema, functionality, structure and content between Umbraco Cloud environments. This package can be used with Umbraco CMS version 9 and higher, for version 8 or below, please contact Umbraco support.

EasyDesk.CleanArchitecture.Infrastructure

Utilities for the infrastructure layer of the clean architecture as seen by EasyDesk.

DataManagmentSystem.Entity.Messaging

Package Description

Passingwind.Abp.ElsaModule.Domain

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.0.0 81,422 11/15/2023
5.0.0-alpha01 564 3/29/2023
4.0.0 503,929 2/8/2023
3.0.0 352,015 11/14/2022
3.0.0-a1 11,000 11/4/2020
2.0.0 2,126,429 4/21/2020
1.0.1 65,692 10/23/2019
1.0.0 10,945 9/12/2019
1.0.0-a3 52,080 10/3/2018
1.0.0-a2 633 10/3/2018
1.0.0-a1 582 10/3/2018