openlog_team
extern void openlog_team(const char *ident, int logopt, int facility);
openlog_team("SyslogTest", LOG_PID, LOG_USER);