[PR #51] [MERGED] Observable logs #746

Closed
opened 2025-12-29 15:33:00 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/51
Author: @dmtrrk
Created: 10/6/2017
Status: Merged
Merged: 10/7/2017
Merged by: @StefH

Base: masterHead: observable-logs


📝 Commits (3)

📊 Changes

4 files changed (+87 additions, -5 deletions)

View changed files

📝 src/WireMock.Net/Owin/WireMockMiddleware.cs (+11 -3)
📝 src/WireMock.Net/Owin/WireMockMiddlewareOptions.cs (+3 -2)
📝 src/WireMock.Net/Server/FluentMockServer.LogEntries.cs (+23 -0)
test/WireMock.Net.Tests/ObservableLogEntriesTest.cs (+50 -0)

📄 Description

FluentMockServer.LogEntriesChanged event is introduced.
You can subscribe to new request events


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/wiremock/WireMock.Net/pull/51 **Author:** [@dmtrrk](https://github.com/dmtrrk) **Created:** 10/6/2017 **Status:** ✅ Merged **Merged:** 10/7/2017 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `observable-logs` --- ### 📝 Commits (3) - [`cf26d67`](https://github.com/wiremock/WireMock.Net/commit/cf26d67470d505a975bc51fde496c1a1cebd65af) observable log entries - [`be5ff3c`](https://github.com/wiremock/WireMock.Net/commit/be5ff3c7d2d4b4edb6ee38b3e32fb2bc33990b8f) event test - [`34708cc`](https://github.com/wiremock/WireMock.Net/commit/34708ccddfc231c2bd1a01633af2d7de95b0f2fe) Merge branch 'master' into observable-logs ### 📊 Changes **4 files changed** (+87 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net/Owin/WireMockMiddleware.cs` (+11 -3) 📝 `src/WireMock.Net/Owin/WireMockMiddlewareOptions.cs` (+3 -2) 📝 `src/WireMock.Net/Server/FluentMockServer.LogEntries.cs` (+23 -0) ➕ `test/WireMock.Net.Tests/ObservableLogEntriesTest.cs` (+50 -0) </details> ### 📄 Description `FluentMockServer.LogEntriesChanged` event is introduced. You can subscribe to new request events --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 15:33:00 +01:00
adam closed this issue 2025-12-29 15:33:01 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net-wiremock#746