log: convert all to sinks

This commit is contained in:
Miodrag Milanovic
2026-08-14 11:55:46 +02:00
parent bd5c524dc6
commit cbbd8c0dfd
14 changed files with 253 additions and 158 deletions
+1 -2
View File
@@ -7,8 +7,7 @@ YOSYS_NAMESPACE_BEGIN
class ThreadingTest : public testing::Test {
protected:
ThreadingTest() {
if (log_files.empty())
log_files.emplace_back(stdout);
if (log_sinks.empty()) log_sinks.push_back(std::make_unique<ConsoleLogSink>());
}
};