mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
Where is SearchLogsFor method? #31
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?
Originally created by @mkjeff on GitHub (Jun 16, 2017).
Originally assigned to: @StefH on GitHub.
I saw SearchLogsFor sample code in the Wiki page. How can I use this feature?
This project was impressed me a lot. Thank for your work.
@StefH commented on GitHub (Jun 16, 2017):
I think you mean:
the
FindLogEntriesmethodor
the
POST /__admin/requests/findadmininterface callBoth can be used to find requests based on a criteria. (However I need to test and check the documentation on the wiki if all is correctly working...)
@mkjeff commented on GitHub (Jun 16, 2017):
I got it. thanks
Maybe you should fix these wiki as well.
https://github.com/WireMock-Net/WireMock.Net/search?q=SearchLogsFor&type=Wikis&utf8=%E2%9C%93
@mbraint commented on GitHub (Apr 15, 2020):
Hi! Can you revise this section please
https://github.com/WireMock-Net/WireMock.Net/wiki/Stubbing#verify-interactions
There is 'SearchLogsFor' method still instead 'FindLogEntries'
@StefH commented on GitHub (Apr 15, 2020):
@mbraint Thank you for noticing. I've updated wiki.