Searched defs:LogSeverity (Results 1 - 1 of 1) sorted by relevance

/system/core/base/include/android-base/
H A Dlogging.h30 // Replace `INFO` with any severity from `enum LogSeverity`.
83 enum LogSeverity { enum in namespace:android::base
99 using LogFunction = std::function<void(LogId, LogSeverity, const char*, const char*,
103 void KernelLogger(LogId, LogSeverity, const char*, const char*, unsigned int, const char*);
104 void StderrLogger(LogId, LogSeverity, const char*, const char*, unsigned int, const char*);
118 void operator()(LogId, LogSeverity, const char* tag, const char* file,
172 // unqualified name for a LogSeverity, and returns a LogSeverity value.
426 LogMessage(const char* file, unsigned int line, LogId id, LogSeverity severity, const char* tag,
436 static void LogLine(const char* file, unsigned int line, LogId id, LogSeverity severit
[all...]

Completed in 341 milliseconds