5 library(syslog): Unix syslog interface
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
SWI-Prolog C-library
library(syslog): Unix syslog interface
openlog/3
syslog/2
syslog/3
closelog/0
debug_print_hook/3
Availability:
:- use_module(
library(syslog)
).
(can be autoloaded)
[det]
syslog
(
+Priority, +Format, +Args
)
Send a formatted message to the system log if system logging is opened using
openlog/3
. This predicate combined
format/3
with
syslog/2
. If there is no open syslog connection,
syslog/3
calls
print_message/2
.