3.3.5 Logging Functions

Scheme procedure: mu-openlog ident option facility

Opens a connection to the system logger for Guile program. ident, option and facility have the same meaning as in openlog(3)

Scheme procedure: mu-logger prio text

Distributes text via syslogd priority prio.

Scheme procedure: mu-closelog

Closes the channel to the system logger opened by mu-openlog.