Rebus.Microsoft.Extensions.Logging 5.0.0-alpha01

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.
12
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.
13
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.
14
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.
15

.NET Standard 2.0

Version Downloads Last updated
5.1.0 13 12/03/2024
5.0.0 18 03/31/2024
5.0.0-alpha01 10 12/13/2024
4.0.0 17 05/03/2024
3.0.0 8 12/11/2024
3.0.0-a1 9 12/13/2024
2.0.0 14 07/12/2022
1.0.1 9 12/06/2024
1.0.0 10 12/06/2024
1.0.0-a3 11 12/09/2024
1.0.0-a2 10 11/15/2024
1.0.0-a1 7 12/06/2024