Searched refs:LogNames (Results 1 – 1 of 1) sorted by relevance
45 static const char *const LogNames[] = { variable219 return id < LogMIN || id > LogMAX ? "Unknown" : LogNames[id - 1]; in log_Name()