Searched refs:TFLogEntry (Results 1 – 2 of 2) sorted by relevance
483 class TFLogEntry {489 explicit TFLogEntry(int severity, absl::string_view log_line) in TFLogEntry() function512 virtual void Send(const TFLogEntry& entry) = 0;
72 void Send(const TFLogEntry& entry) override LOCKS_EXCLUDED(mu_) { in Send()