AtlatestRepositorysigil-log
1
;;; sigil-log - Structured logging2
;;;3
;;; Provides structured logging with levels, text/JSON output,4
;;; configurable targets, and module-level filtering.6
(package7
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: (list16
(from-git url: "codeberg:sigil/sigil-json" version: "^0.16")))