diff --git a/The-logger.md b/The-logger.md index 552d943..284bfd1 100644 --- a/The-logger.md +++ b/The-logger.md @@ -10,7 +10,9 @@ The request logger will open in a new tab (which was moved to its own window bel ![Figure 2](https://cloud.githubusercontent.com/assets/585534/8034785/0cb141bc-0db9-11e5-9365-1e45ccc50263.png) -Take note that the network request logger in uBlock is a forward-looking logger: this means only future requests can be logged. In the spirit of efficiency, uBlock will log network requests for a tab **if and only if** there is a logger opened for that tab. +Take note that the network request logger in uBlock is a forward-looking logger: this means only future requests can be logged. + +In the spirit of efficiency, uBlock will log entries **IF AND ONLY IF** the logger is opened. Otherwise if the logger is not opened, no resource CPU/memory resources are consumed by uBlock for logging purpose. ***