From 59c86021464d6aab4ac344a8dce038de6bde58d4 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Mon, 17 Jun 2019 19:39:20 +0200 Subject: [PATCH] Updated Settings (markdown) --- Settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Settings.md b/Settings.md index e2fede0..5d77c96 100644 --- a/Settings.md +++ b/Settings.md @@ -71,7 +71,7 @@ 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] -### IWireMockLogger +### 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. 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).