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