Microsoft.Extensions.Logging.RabbitMQ 1.1.0

将日志发布到rabbitmq中,客户端,服务器端 客户端用于发布日志 服务器端用于接收处理日志:写个处理类继承IRabbitMQMessageHandler接口传递给rabbitmq //客户端 option.AddRabbitMQ(configure => { configure.HostName = ""; configure.Port = 5672; configure.UserName = ""; configure.Password = ""; configure.RouteKey = "logs"; configure.Application = "Loggin.Rabbitmq"; configure.VirtualHost = "/"; configure.AutomaticRecoveryEnabled = true; }); ///*服务端*/ option.AddRabbitMQ<IRabbitMQMessageHandler>(configure => { configure.HostName = ""; configure.Port = 5672; configure.UserName = ""; configure.Password = ""; configure.RouteKey = "logs"; configure.Application = "Loggin.Rabbitmq"; configure.VirtualHost = "/"; configure.AutomaticRecoveryEnabled = true; });

No packages depend on Microsoft.Extensions.Logging.RabbitMQ.

将日志发布到rabbitmq中

Version Downloads Last updated
1.2.1 16 11/22/2025
1.2.0 2 11/22/2025
1.1.9 2 11/22/2025
1.1.8 23 09/03/2025
1.1.7 9 09/02/2025
1.1.6 7 09/02/2025
1.1.5 9 08/29/2025
1.1.4 22 08/18/2025
1.1.3 7 08/18/2025
1.1.2 12 08/18/2025
1.1.1 9 08/18/2025
1.1.0 8 08/18/2025
1.0.9 6 08/18/2025