Home
last modified time | relevance | path

Searched defs:LogParams (Results 1 – 1 of 1) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/logging/
DLog.h298 struct LOGGING_API LogParams { struct
299 LogParams() {} in LogParams() function
303 friend bool operator==(const LogParams& s1, const LogParams& s2) { argument
311 const char* file = nullptr;
312 int lineno = -1;
313 LogSeverity severity = LOG_SEVERITY_FROM(DEBUG);
314 bool quiet = false;