void syslog(int priority, const char *format, ...); 此函數用於把日誌消息發給系統程序syslogd去記錄。 參數說明: priority:是消息的緊急級別;
確定! 回上一頁