mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Add todo about filtering response log messages
This commit is contained in:
@@ -139,6 +139,10 @@ class Vst3Logger {
|
||||
/**
|
||||
* Log a request with a standard prefix based on the boolean flag we pass to
|
||||
* every logging function so we don't have to repeat it everywhere.
|
||||
*
|
||||
* TODO: Make these logging messages return a boolean based on whether or
|
||||
* not it was filtered out. Don't show the responses for filtered out
|
||||
* messages.
|
||||
*/
|
||||
template <std::invocable<std::ostringstream&> F>
|
||||
void log_request_base(bool is_host_vst,
|
||||
|
||||
Reference in New Issue
Block a user