From 81dbfd4764bf012f4efba2c0c73e79cdc51b2bf9 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Mon, 8 Jun 2015 10:35:05 -0400 Subject: [PATCH] Updated The logger (markdown) --- The-logger.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/The-logger.md b/The-logger.md index 39c5ec6..a022624 100644 --- a/The-logger.md +++ b/The-logger.md @@ -84,4 +84,14 @@ Examples: This is the maximum number of entries allowed in the logger. When the maximum is reached, the oldest entries at the bottom will be removed to make place to newest entries at the top. -This is useful to be sure the logger does not unduly consume a huge amount of memory if left open for long period of time. Usually, the most recent entries are the ones of interest. When this value is not set, there is a built-in limit of 5,000 entries. \ No newline at end of file +This is useful to be sure the logger does not unduly consume a huge amount of memory if left open for long period of time. Usually, the most recent entries are the ones of interest. When this value is not set, there is a built-in limit of 5,000 entries. + +#### Accessing popup UI of a specific page + +![Figure 10](https://cloud.githubusercontent.com/assets/585534/8037059/aa2717f4-0dc9-11e5-991e-e6381ef3400c.png) + +You can access the popup UI of a specific tab by clicking the second cell in a log entry. + +This will cause all entries in the logger which are unrelated to the selected entry to be dimmed. + +#### Filtering wizard