cl-grip
Grip is a simple logging interface and framework. The core package contains basic infrastructure and interfaces.
$ area51 add cl-gripCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-grip:some-function ...)