logging
Functions to configure log4cl for different contexts: REPL, Backend, Command Line Application.
$ area51 add loggingCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(logging:some-function ...)