Common Lisp general purpose logging utility
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.
System | Target | Derivation | Build status |
---|---|---|---|
x86_64-linux | /gnu/store/f7nkvq9x74gpjxdsgvsy6r23l5n7n7n9-sbcl-cl-log-1.0.1.drv | ||
mips64el-linux | /gnu/store/sr1h6wr4i5ax036msxf535sp8k68sh22-sbcl-cl-log-1.0.1.drv | ||
i686-linux | /gnu/store/jvpl504ninh7dm624kmbnqlrr1ydl16r-sbcl-cl-log-1.0.1.drv | ||
i586-gnu | /gnu/store/9614licqvs2ckgns19qmcbgrb3lhbzp1-sbcl-cl-log-1.0.1.drv | ||
armhf-linux | /gnu/store/4ng603bjxsh7bjc3s0vi2cpahs2jgvbn-sbcl-cl-log-1.0.1.drv | ||
aarch64-linux | /gnu/store/khbi9sdpgchsgh008hdmp6y80z37wqqk-sbcl-cl-log-1.0.1.drv |
Linter | Message | Location |
---|---|---|
No lint warnings ✓ |