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.
10
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.
11
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

.NET Standard 2.0

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