SYSLOG_FACILITY
#define SYSLOG_FACILITY_INDEX(options) (SYSLOG_FACILITY(options) >> 3)
if (SYSLOG_FACILITY(priority) == 0)
sTeamContext.facility = SYSLOG_FACILITY(facility);
context->facility = SYSLOG_FACILITY(facility);