Updated The logger (markdown)

Raymond Hill 2015-06-30 08:08:30 -04:00
parent ad06d62757
commit ad7876bd2f

@ -104,7 +104,7 @@ You can visually filter entries in the logger using filter expressions. Log entr
Examples:
- `!|-- facebook`: show only non-blocked entries with the string `facebook` in it.
- `|xhr google`: show only entries of type `XMLHttpRequest` with the work `google` in it.
- `|xhr google`: show only entries of type `XMLHttpRequest` with the word `google` in it.
- `!|image !|css`: show only entries which are not of type `image`, neither `css`.
***