unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Logging in Guile
@ 2020-01-13 18:06 Zelphir Kaltstahl
  2020-01-13 18:17 ` Alex Sassmannshausen
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Zelphir Kaltstahl @ 2020-01-13 18:06 UTC (permalink / raw)
  To: guile-user

Hi Guile Users!

Is there any library for logging in Guile?

What I imagine is something, where I can log messages of various levels,
like debug, info, error and such. Currently I am using display and
simple-format for all the things, but it would be nice to be able to run
a program and give it some log level, so that only the log messages of
that level or above in importance are shown. Then I could leave all my
logging in my code and set it to debug level or, if intended to be seen
for the user, set it to info level, or if there really is an error, I
could set it to error level.

On a quick search I could not find anything.

Regards,
Zelphir




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-01-14 23:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-13 18:06 Logging in Guile Zelphir Kaltstahl
2020-01-13 18:17 ` Alex Sassmannshausen
2020-01-14 23:07   ` Zelphir Kaltstahl
2020-01-13 18:47 ` John Cowan
2020-01-14 23:51   ` Zelphir Kaltstahl
2020-01-13 21:42 ` Roel Janssen
2020-01-14 23:53   ` Zelphir Kaltstahl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).