Skip to content

Commit

Permalink
ADD: Prevent logging for specific URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
kasketis committed Nov 24, 2015
1 parent ea6fabd commit 16c77f2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ NFX.sharedInstance().hide()
</pre>
when you want to hide them.

#### Prevent logging for specific URLs

Use the following method to prevent requests for specified URL from being logged. You can ignore as many URLs as you want
<pre>
NFX.sharedInstance().ignoreURL("the_url")
</pre>
Tip: You can use the url of the host (for example "https://www.github.com") to ignore all paths of it

#### Features

- Search: You can easily search among requests via
Expand Down

0 comments on commit 16c77f2

Please sign in to comment.