mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
[PR #152] [CLOSED] Adds logging of incoming requests #778
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/wiremock/WireMock.Net/pull/152
Author: @MartijnSips
Created: 6/22/2018
Status: ❌ Closed
Base:
master← Head:adds_logging_of_incomming_requests📝 Commits (1)
60843ccAdds logging of incomming requests📊 Changes
4 files changed (+137 additions, -27 deletions)
View changed files
📝
src/WireMock.Net/Logging/IWireMockLogger.cs(+28 -0)📝
src/WireMock.Net/Logging/WireMockConsoleLogger.cs(+52 -22)📝
src/WireMock.Net/Logging/WireMockNullLogger.cs(+50 -5)📝
src/WireMock.Net/Owin/WireMockMiddleware.cs(+7 -0)📄 Description
Adds logging of the http method, url (including parameters) and body (in case of a post, patch or put).
Remark: Don't know how to log the response body yet.
See aswell issue: https://github.com/WireMock-Net/WireMock.Net/issues/151
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.