mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +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
|
- 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.
|
using recently where it passes a non-pointer value to a pointer parameter.
|
||||||
This would cause segfaults with some plugins.
|
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
|
## [3.0.0] - 2021-02-14
|
||||||
|
|
||||||
|
|||||||
@@ -106,7 +106,7 @@ class Logger {
|
|||||||
Logger(std::shared_ptr<std::ostream> stream,
|
Logger(std::shared_ptr<std::ostream> stream,
|
||||||
Verbosity verbosity_level,
|
Verbosity verbosity_level,
|
||||||
std::string prefix = "",
|
std::string prefix = "",
|
||||||
bool prefix_timestamp = false);
|
bool prefix_timestamp = true);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a logger instance based on the set environment variables. See the
|
* Create a logger instance based on the set environment variables. See the
|
||||||
|
|||||||
Reference in New Issue
Block a user