AdditionalServiceRegistration

Stef Heyenrath
2021-05-11 07:36:35 +02:00
parent c85a0f90d8
commit 0c1d1ced76

@@ -148,6 +148,9 @@ Action which is called (with the IAppBuilder or IApplicationBuilder) before the
### PostWireMockMiddlewareInit
Action which is called (with the IAppBuilder or IApplicationBuilder) after the internal WireMockMiddleware is initialized. [Optional]
### AdditionalServiceRegistration
Action which is called with IServiceCollection when ASP.NET Core DI is being configured. [Optional]
### Logger
The [IWireMockLogger](https://github.com/WireMock-Net/WireMock.Net/blob/master/src/WireMock.Net/Logging/IWireMockLogger.cs) interface which logs Debug, Info, Warning or Error.