diff options
| author | 2025-10-12 23:27:25 +0300 | |
|---|---|---|
| committer | 2025-10-12 23:27:25 +0300 | |
| commit | 71a7c39292eef91d732c0b98e3939032c5ae338b (patch) | |
| tree | e6a6152a4f7c4b11c6910db287bfa8299e04393a /src/config.lisp | |
| parent | Add message-entity-type enum (diff) | |
| download | ukkoclot-71a7c39292eef91d732c0b98e3939032c5ae338b.tar.gz ukkoclot-71a7c39292eef91d732c0b98e3939032c5ae338b.tar.xz ukkoclot-71a7c39292eef91d732c0b98e3939032c5ae338b.zip | |
Replace my simple logging implementation with log4cl
Diffstat (limited to 'src/config.lisp')
| -rw-r--r-- | src/config.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.lisp b/src/config.lisp index 86a0f33..17c5c73 100644 --- a/src/config.lisp +++ b/src/config.lisp | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;; SPDX-License-Identifier: EUPL-1.2 | 1 | ;; SPDX-License-Identifier: EUPL-1.2 |
| 2 | ;; SPDX-FileCopyrightText: 2025 Uko Kokņevičs <perkontevs@gmail.com> | 2 | ;; SPDX-FileCopyrightText: 2025 Uko Kokņevičs <perkontevs@gmail.com> |
| 3 | (defpackage :ukkoclot/config | 3 | (defpackage :ukkoclot/config |
| 4 | (:use :c2cl :ukkoclot/hash-tables :ukkoclot/log) | 4 | (:use :c2cl :ukkoclot/hash-tables) |
| 5 | (:export | 5 | (:export |
| 6 | :config-load :config-merge | 6 | :config-load :config-merge |
| 7 | :config-p | 7 | :config-p |