FindLogEntries present in WireMockServer but not IWireMockServer #589

Closed
opened 2025-12-29 15:27:49 +01:00 by adam · 2 comments
Owner

Originally created by @AHarman on GitHub (Apr 17, 2024).

Originally assigned to: @StefH on GitHub.

Hello, when trying to write some extension methods I noticed that FindLogEntries is defined on WireMockServer but not the IWireMockServer interface, having taken a look at the source I can see that it is present in IWiremockServer but it's been commented out.

Is there any intention to add this method to the interface?

Originally created by @AHarman on GitHub (Apr 17, 2024). Originally assigned to: @StefH on GitHub. Hello, when trying to write some extension methods I noticed that FindLogEntries is defined on WireMockServer but not the IWireMockServer interface, having taken a look at the source I can see that it _is_ present in IWiremockServer but it's been commented out. Is there any intention to add this method to the interface?
adam added the feature label 2025-12-29 15:27:49 +01:00
adam closed this issue 2025-12-29 15:27:49 +01:00
Author
Owner

@StefH commented on GitHub (May 13, 2024):

@AHarman
I can't remember anymore why this is not yet implemented, probably a good reason I think. I'll take a look.

@StefH commented on GitHub (May 13, 2024): @AHarman I can't remember anymore why this is not yet implemented, probably a good reason I think. I'll take a look.
Author
Owner

@StefH commented on GitHub (Dec 23, 2024):

This is now added.

https://github.com/WireMock-Net/WireMock.Net/pull/1224

@StefH commented on GitHub (Dec 23, 2024): This is now added. https://github.com/WireMock-Net/WireMock.Net/pull/1224
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net-wiremock#589