grep -v added.
This commit is contained in:
@@ -22,5 +22,12 @@ store.
|
||||
(sl-store-grep-level logs 'warning))
|
||||
```
|
||||
|
||||
Topic filters can select multiple topics or invert a match:
|
||||
|
||||
```racket
|
||||
(sl-store-grep-topic logs '(webview webview-backend))
|
||||
(sl-store-grep-topic logs 'webview-backend #:invert? #t)
|
||||
```
|
||||
|
||||
The Scribble manual documents logger definitions, destinations, log levels,
|
||||
synchronization, and all in-memory store operations.
|
||||
|
||||
Reference in New Issue
Block a user