Rebus.Microsoft.Extensions.Logging
5.0.0-alpha01
See the version list below for details.
dotnet add package Rebus.Microsoft.Extensions.Logging --version 5.0.0-alpha01
NuGet\Install-Package Rebus.Microsoft.Extensions.Logging -Version 5.0.0-alpha01
<PackageReference Include="Rebus.Microsoft.Extensions.Logging" Version="5.0.0-alpha01" />
<PackageVersion Include="Rebus.Microsoft.Extensions.Logging" Version="5.0.0-alpha01" />
<PackageReference Include="Rebus.Microsoft.Extensions.Logging" />
paket add Rebus.Microsoft.Extensions.Logging --version 5.0.0-alpha01
#r "nuget: Rebus.Microsoft.Extensions.Logging, 5.0.0-alpha01"
#:package Rebus.Microsoft.Extensions.Logging@5.0.0-alpha01
#addin nuget:?package=Rebus.Microsoft.Extensions.Logging&version=5.0.0-alpha01&prerelease
#tool nuget:?package=Rebus.Microsoft.Extensions.Logging&version=5.0.0-alpha01&prerelease
Rebus.Microsoft.Extensions.Logging
Provides a Microsoft Extensions Logging logging integration for Rebus.

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 | Versions 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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.extensions.logging (>= 6.0.0)
- rebus (>= 8.0.0-alpha01)
NuGet packages (9)
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
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 |
|
|
UlixeGroup.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. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Rebus.Microsoft.Extensions.Logging:
| Repository | Stars |
|---|---|
|
jxnkwlp/abp-elsa-module
Elsa abp module and workflow app
|
| Version | Downloads | Last Updated |
|---|---|---|
| 5.1.0 | 598,403 | 11/14/2024 |
| 5.0.0 | 659,619 | 11/15/2023 |
| 5.0.0-alpha01 | 729 | 3/29/2023 |
| 4.0.0 | 1,037,860 | 2/8/2023 |
| 3.0.0 | 439,045 | 11/14/2022 |
| 3.0.0-a1 | 11,504 | 11/4/2020 |
| 2.0.0 | 2,500,314 | 4/21/2020 |
| 1.0.1 | 67,957 | 10/23/2019 |
| 1.0.0 | 12,051 | 9/12/2019 |
| 1.0.0-a3 | 53,758 | 10/3/2018 |
| 1.0.0-a2 | 891 | 10/3/2018 |
| 1.0.0-a1 | 808 | 10/3/2018 |