LOG_PID
openlog("ntfs-3g", LOG_PID, LOG_USER);
openlog("ntfs-3g", LOG_PID, LOG_USER);
options |= LOG_PID;
openlog("ftpd", LOG_PID | LOG_NDELAY, LOG_FTP);
openlog("telnetd", LOG_PID | LOG_ODELAY, LOG_DAEMON);
if ((message.options & LOG_PID) != 0) {
if (context->options & LOG_PID)
openlog_team("SyslogTest", LOG_PID, LOG_USER);
openlog(NULL, LOG_CONS | LOG_PID, LOG_DAEMON);