Rebus.Microsoft.Extensions.Logging 5.2.0

Rebus.Microsoft.Extensions.Logging

install from nuget

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();

Showing the top 20 packages that depend on Rebus.Microsoft.Extensions.Logging.

Packages 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.
29
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.
30
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.
31
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.
32
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.
34

.NET Standard 2.0

Version Downloads Last updated
5.2.0 4 11/21/2025
5.1.0 31 12/03/2024
5.0.0 34 03/31/2024
5.0.0-alpha01 25 12/13/2024
4.0.0 32 05/03/2024
3.0.0 23 12/11/2024
3.0.0-a1 23 12/13/2024
2.0.0 35 07/12/2022
1.0.1 26 12/06/2024
1.0.0 24 12/06/2024
1.0.0-a3 27 12/09/2024
1.0.0-a2 26 11/15/2024
1.0.0-a1 24 12/06/2024