Re: Logging librarie (Re: Debugging COMM:START-UP-SERVER hang)
"Alexey Veretennikov (as alexey dot veretennikov at protonmail dot com)" <[email protected]>
| Newsgroups | gmane.lisp.lispworks.general |
|---|---|
| Message-ID | <GZ3p-02M9Q0qmiGbmZsvgzx9rMUGCIYEllyhgB6tsQq4Rbk8mQw_onthXgLy8ayTZQgvHltKjZJLNUFvpA1ms0dxfTYv-htGCihCJ_kZEtE=@protonmail.com> |
Personally I don't like too much dependencies, so I just run a logging thread/process with a mailbox where I send anything I want to log (or eventual shutdown message), take out a message in a loop and print it. Seems easier than to learn yet another library. BR, /Alexey Sent from [Proton Mail](https://proton.me/mail/home) for Android. -------- Original Message -------- On Saturday, 02/28/26 at 20:34 Marco Antoniotti (as marco dot antoniotti at unimib dot it) <[email protected]> wrote: > Speaking of which... > > What is the wisdom of the list about CL logging libraries? > > Marco Antoniotti, Professor, Director tel. +39 - 02 64 48 79 01 > DISCo, University of Milan-Bicocca U14 2043 http://dcb.disco.unimib.it > Viale Sarca 336 > I-20126 Milan (MI) ITALY > > REGAINS: https://regains.disco.unimib.it/ > > On Sat, Feb 28, 2026, 10:32 Tim Bradshaw (as tfb at cley dot com) <[email protected]> wrote: > >> On 27 Feb 2026, at 23:46, Adam Weaver (as adam at cleversure dot com dot au) <[email protected]> wrote: >>> >>> Sure ... and do what with them? >> >> At minimum classify them into types and male statistics of the types. Pervasively ignoring errors is like dealing with the knocking sounds your old car makes by wearing noise-cancelling headphones and then wondering why you need a new engine every few weeks. >> >> --tin >> >> _______________________________________________ >> Lisp Hug - the mailing list for LispWorks users >> [email protected] >> http://www.lispworks.com/support/lisp-hug.html