Language

Package: ecl-cl-log @ 1.0.1

Synopsis

Common Lisp general purpose logging utility

Description

CL-LOG is a general purpose logging utility, loosely modelled in some respects after Gary King's Log5. Its features include: logging to several destinations at once, via "messengers", each messenger is tailored to accept some log messages and reject others, and this tailoring can be changed on-the-fly, very rapid processing of messages which are rejected by all messengers, fully independent use of the utility by several different sub-systems in an application, support for messengers which cl:format text to a stream, support for messengers which do not invoke cl:format, timestamps in theory accurate to internal-time-units-per-second.

Home page
https://github.com/nicklevine/cl-log
Location
gnu/packages/lisp-xyz.scm (line: 5196, column: 4)
License

Lint warnings

LinterMessageLocation
No lint warnings