mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-17 06:00:03 +02:00
Make the CLAP logger's log_request_base public
We'll need this for the timer support extension logging.
This commit is contained in:
@@ -275,9 +275,6 @@ class ClapLogger {
|
|||||||
logger_.log_trace(std::forward<F>(fn));
|
logger_.log_trace(std::forward<F>(fn));
|
||||||
}
|
}
|
||||||
|
|
||||||
Logger& logger_;
|
|
||||||
|
|
||||||
private:
|
|
||||||
/**
|
/**
|
||||||
* Log a request with a standard prefix based on the boolean flag we pass to
|
* 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.
|
* every logging function so we don't have to repeat it everywhere.
|
||||||
@@ -331,4 +328,6 @@ class ClapLogger {
|
|||||||
callback(message);
|
callback(message);
|
||||||
log(message.str());
|
log(message.str());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Logger& logger_;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user