WireMock-Net / WireMock.Net

WireMock.Net is a flexible product for stubbing and mocking web HTTP responses using advanced request matching and response templating. Based on the functionality from http://WireMock.org, but extended with more functionality.
Apache License 2.0
1.39k stars 207 forks source link

FindLogEntries present in WireMockServer but not IWireMockServer #1092

Open AHarman opened 5 months ago

AHarman commented 5 months ago

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?

StefH commented 4 months ago

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