mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 04:20:13 +02:00
Fix missing timestamps since yabridge 3.0.0
This commit is contained in:
@@ -106,7 +106,7 @@ class Logger {
|
||||
Logger(std::shared_ptr<std::ostream> stream,
|
||||
Verbosity verbosity_level,
|
||||
std::string prefix = "",
|
||||
bool prefix_timestamp = false);
|
||||
bool prefix_timestamp = true);
|
||||
|
||||
/**
|
||||
* Create a logger instance based on the set environment variables. See the
|
||||
|
||||
Reference in New Issue
Block a user