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

/macosx-10.10/syslog-267/libsystem_asl.tproj/src/
H A Dasl.c127 static const char *level_to_number_string[] = {"0", "1", "2", "3", "4", "5", "6", "7"}; variable
813 if (level <= 7) asl_msg_set_key_val(aux, ASL_KEY_LEVEL, level_to_number_string[level]);

Completed in 95 milliseconds