Updated Settings (markdown)

Stef Heyenrath
2023-08-01 09:55:53 +02:00
parent 3f39e873f0
commit 408d04b927

@@ -175,7 +175,7 @@ Action which is called with IServiceCollection when ASP.NET Core DI is being con
Use the [RegexExtended]() instead of the default Regex.
### 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.
The [IWireMockLogger](https://github.com/WireMock-Net/WireMock.Net/blob/master/src/WireMock.Net.Abstractions/Logging/IWireMockLogger.cs) interface which logs Debug, Info, Warning or Error.
By default this is implemented by a default console logger [WireMockConsoleLogger.cs](https://github.com/WireMock-Net/WireMock.Net/blob/master/src/WireMock.Net/Logging/WireMockConsoleLogger.cs).