grep -v added.

This commit is contained in:
2026-08-03 13:01:07 +02:00
parent 318620c854
commit 58da0a3d79
4 changed files with 83 additions and 36 deletions
+7
View File
@@ -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.