journal
A library built around explicit execution traces for logging, tracing, testing and persistence.
$ area51 add journalCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(journal:some-function ...)