LOG_CRIT
{ "critical", LOG_CRIT },
{ "crit", LOG_CRIT },
int mask = setlogmask_team(LOG_MASK(LOG_CRIT));
log_team(LOG_CRIT, "this is a critical condition (visible)");
syslog(LOG_CRIT, "thread critical condition (visible)");
syslog(LOG_CRIT, "thread critical condition (visible)");
log_team(LOG_CRIT, "2. this is a critical condition (visible)");
log_team(LOG_CRIT, "2. this is a critical condition (visible)");
log_team(LOG_CRIT, "2. this is a critical condition (visible)");
syslog(LOG_CRIT, "thread/perror critical condition (hidden)");