log4cl

Apache-2.0

Common Lisp logging framework, modeled after Log4J

$ area51 add log4clCopy

Usage

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