cl-grip

Apache v2

Grip is a simple logging interface and framework. The core package contains basic infrastructure and interfaces.

$ area51 add cl-gripCopy

Usage

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