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.h310 struct LOGGING_API LogParams { struct
311 LogParams() {} in LogParams() argument
315 friend bool operator==(const LogParams& s1, const LogParams& s2) { argument
323 const char* file = nullptr;
324 int lineno = -1;
325 LogSeverity severity = LOG_SEVERITY_FROM(DEBUG);
326 bool quiet = false;