logging

Unlicense

Functions to configure log4cl for different contexts: REPL, Backend, Command Line Application.

$ area51 add loggingCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(logging:some-function ...)