syslog

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. void syslog(int __pri, char* __fmt, ...)
  2. void syslog(int __pri, char* __fmt, ...)
  3. void syslog(int __pri, char* __fmt, ...)
  4. void syslog(int __pri, char* __fmt, ...)
    version(Posix && !linux && !OSX && !FreeBSD && Solaris)
    extern (C) @system nothrow
    void
    syslog
    (
    int __pri
    ,
    const char* __fmt
    ,)

Meta