This library provides an interface to the Unix syslog()
facility. The
interface is an almost direct translation of the POSIX syslog API, with
two additions:
debug
.Note that this interface makes no attempt to abstract over logging facilities of operating systems. We expect that such abstractions will be implemented at the Prolog level using multiple integrations into library(debug).
openlog()
library call. If the library call is successful,
it runs at_halt(closelog)
to ensure closing the system log on
clean exit.
debug
priority.