libressl_d.compat.syslog

Undocumented in source.

Public Imports

core.sys.posix.syslog
public import core.sys.posix.syslog;
Undocumented in source.

Members

Functions

SYSLOG_DATA_INIT
SYSLOG_DATA_INIT()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
syslog_r
void syslog_r(int , .syslog_data* , const(char)* , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vsyslog_r
void vsyslog_r(int , .syslog_data* , const(char)* , core.stdc.stdarg.va_list )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

LOG_INFO
enum LOG_INFO;

informational

LOG_LOCAL2
enum LOG_LOCAL2;

reserved for local use

LOG_USER
enum LOG_USER;

random user-level messages

Structs

syslog_data
struct syslog_data
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta