Searched defs:LogParams (Results 1 – 1 of 1) sorted by relevance
298 struct LOGGING_API LogParams { struct299 LogParams() {} in LogParams() function303 friend bool operator==(const LogParams& s1, const LogParams& s2) { argument311 const char* file = nullptr;312 int lineno = -1;313 LogSeverity severity = LOG_SEVERITY_FROM(DEBUG);314 bool quiet = false;