P36-LOG

P36-Log is a simple logging library for Common Lisp. Logging and Debug Logging are conceptually separate in this library.

How do I get set up?

  • Clone the repository locally
  • Use ASDF to load the system inside of your Lisp implementation (e.g., (asdf:load-system :p36-log))
  • Read the Wiki to see how to use the library

The Two APIs

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: