Searched refs:SystemLogType (Results 1 – 2 of 2) sorted by relevance
106 enum SystemLogType { eSystemLogWarning, eSystemLogError }; enum108 static void SystemLog(SystemLogType type, const char *format, ...)111 static void SystemLog(SystemLogType type, const char *format, va_list args);
290 void Host::SystemLog(SystemLogType type, const char *format, va_list args) { in SystemLog()296 void Host::SystemLog(SystemLogType type, const char *format, ...) { in SystemLog()