mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Fix missing timestamps since yabridge 3.0.0
This commit is contained in:
@@ -22,6 +22,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
- Added support for a new vendor-specific VST2.4 extension **REAPER** started
|
||||
using recently where it passes a non-pointer value to a pointer parameter.
|
||||
This would cause segfaults with some plugins.
|
||||
- Fixed a regression from yabridge 3.0.0 where log output would no longer
|
||||
include timestamps.
|
||||
|
||||
## [3.0.0] - 2021-02-14
|
||||
|
||||
|
||||
@@ -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