Searched defs:Loggable (Results 1 – 2 of 2) sorted by relevance
52 bool LogMessage::Loggable(LoggingSeverity sev) { in Loggable() function in webrtc::LogMessage
146 static inline bool Loggable(LoggingSeverity sev) { return (sev >= min_sev_); } in Loggable() function