Searched refs:TFLogEntry (Results 1 – 4 of 4) sorted by relevance
87 void Send(const TFLogEntry& entry);91 void SendToSink(TFLogSink& sink, const TFLogEntry& entry);93 std::queue<TFLogEntry> log_entry_queue_;142 void TFLogSinks::Send(const TFLogEntry& entry) { in Send()169 void TFLogSinks::SendToSink(TFLogSink& sink, const TFLogEntry& entry) { in SendToSink()319 TFLogSinks::Instance().Send(TFLogEntry(severity_, fname_, line_, str())); in GenerateLogMessage()489 void TFDefaultLogSink::Send(const TFLogEntry& entry) { in Send()
480 class TFLogEntry {486 explicit TFLogEntry(int severity, absl::string_view message) in TFLogEntry() function489 explicit TFLogEntry(int severity, absl::string_view fname, int line, in TFLogEntry() function521 virtual void Send(const TFLogEntry& entry) = 0;541 void Send(const TFLogEntry& entry) override;
105 void Send(const TFLogEntry& entry) override { in Send()
72 void Send(const TFLogEntry& entry) override TF_LOCKS_EXCLUDED(mu_) { in Send()