Lines Matching refs:LogSeverity
85 enum LogSeverity { enum
104 LogSeverity /*severity*/,
114 void KernelLogger(LogId log_buffer_id, LogSeverity severity, const char* tag, const char* file, uns…
116 void StderrLogger(LogId log_buffer_id, LogSeverity severity, const char* tag, const char* file, uns…
121 void StdioLogger(LogId log_buffer_id, LogSeverity severity, const char* tag, const char* file, unsi…
135 void operator()(LogId, LogSeverity, const char* tag, const char* file,
420 LogMessage(const char* file, unsigned int line, LogId, LogSeverity severity, const char* tag,
422 LogMessage(const char* file, unsigned int line, LogSeverity severity, const char* tag, int error);
431 static void LogLine(const char* file, unsigned int line, LogSeverity severity, const char* tag,
441 LogSeverity GetMinimumLogSeverity();
444 LogSeverity SetMinimumLogSeverity(LogSeverity new_severity);
447 bool ShouldLog(LogSeverity severity, const char* tag);
452 explicit ScopedLogSeverity(LogSeverity level);
456 LogSeverity old_;