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.h261 struct LogParams { struct
262 LogParams() {} in LogParams() function
269 friend bool operator==(const LogParams& s1, const LogParams& s2) { argument
279 const char* file = nullptr;
280 int lineno = -1;
281 LogSeverity severity = LOG_SEVERITY_FROM(DEBUG);
282 bool quiet = false;