• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • CPACK
    • Home
    • List packs
    • Submit pack
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

5 library(syslog): Unix syslog interface
All Application Manual Name SummaryHelp

  • 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)
Source[det]syslog(+Priority, +Message)
Send a message to the system log. Note that syslog/2 implicitly opens a connection to the system log if such a connection has not been opened explicitly using openlog/3.
Priority is one of emerg, alert, crit, err, warning, notice, info or debug.
ClioPatria (version V3.1.1-51-ga0b30a5)