Misc updates

This commit is contained in:
Aaron Po
2026-05-20 01:53:08 -04:00
parent 20742bb613
commit e251e7b2a3
5 changed files with 62 additions and 47 deletions

View File

@@ -43,8 +43,7 @@ class LogProducer final : public ILogger {
*
* Blocks while the channel applies backpressure.
*/
void Log(LogLevel level, PipelinePhase phase,
std::string_view message) override;
void Log(LogEntry log_entry) override;
private:
BoundedChannel<LogEntry>& channel_;