P36-Log is a simple logging library for Common Lisp. Logging and Debug Logging are conceptually separate in this library.
There are two APIs in P36-LOG: the "Normal Logging API" and the "Simple Logging API". The difference is that the Normal one allows for more control over when messages get displayed. The Simple API, however, always prints something.
Documentation for each of these libraries is on separate pages: