mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +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& logger_;
|
||||
|
||||
private:
|
||||
/**
|
||||
* 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.
|
||||
@@ -331,4 +328,6 @@ class ClapLogger {
|
||||
callback(message);
|
||||
log(message.str());
|
||||
}
|
||||
|
||||
Logger& logger_;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user