AtlatestRepositorysigil-log

sigil-log / treepackage.sgl

1;;; sigil-log - Structured logging
2;;;
3;;; Provides structured logging with levels, text/JSON output,
4;;; configurable targets, and module-level filtering.
5
6(package
7 name: "sigil-log"
8 version: "0.16.0"
9 sigil: "^0.16"
10 description: "Structured logging for Sigil"
11 url: "https://codeberg.org/sigil/sigil-log"
12 license: "BSD-3-Clause"
13 authors: (list "David Wilson <[email protected]>")
15 dependencies: (list
16 (from-git url: "codeberg:sigil/sigil-json" version: "^0.16")))