Searched refs:asl_opts (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/syslog-267/libsystem_asl.tproj/src/
H A Dsyslog.c161 uint32_t asl_opts; local
180 asl_opts = ASL_OPT_SYSLOG_LEGACY;
182 if (_sl_opts & LOG_NO_NOTIFY) asl_opts |= ASL_OPT_NO_REMOTE;
183 if (_sl_opts & LOG_PERROR) asl_opts |= ASL_OPT_STDERR;
187 _sl_asl = asl_open(_sl_ident, facility, asl_opts);

Completed in 109 milliseconds