A logging library for Common Lisp. Includes functionality for logging to multiple streams, and conceptually separates debug logging from normal logging.
Instalar
First, make sure you have your Common Lisp implementation set up with ASDF. Then follow these steps: Clone the repository locallyIf you're using the REPL, use ASDF to load the system inside ... Show How to Install