C# 클래스 MassTransit.SerilogConfiguratorExtensions

파일 보기 프로젝트 열기: phatboyg/MassTransit

공개 메소드들

메소드 설명
UseSerilog ( this configurator, ILogger baseLogger = null, bool demoteDebug = false ) : void

Configure the Mass Transit Service Bus to use the provided Serilog.

메소드 상세

UseSerilog() 공개 정적인 메소드

Configure the Mass Transit Service Bus to use the provided Serilog.
public static UseSerilog ( this configurator, ILogger baseLogger = null, bool demoteDebug = false ) : void
configurator this The configurator to act on.
baseLogger ILogger (Optional) The base logger. If none supplied, will use the global logger.
demoteDebug bool Force "Debug" level logging from MassTransit to be demoted to Verbose.
리턴 void