mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Expose CLAP logger verbosity
This commit is contained in:
@@ -35,6 +35,14 @@ class ClapLogger {
|
||||
*/
|
||||
inline void log(const std::string& message) { logger_.log(message); }
|
||||
|
||||
/**
|
||||
* Used to filter misbehavior messages in the CLAP log extension
|
||||
* implementation.
|
||||
*
|
||||
* @see Logger::verbosity
|
||||
*/
|
||||
inline Logger::Verbosity verbosity() { return logger_.verbosity_; }
|
||||
|
||||
/**
|
||||
* Log calls to `clap_plugin::get_extension()` and
|
||||
* `clap_host::get_extension()`. This makes it possible to tell which
|
||||
|
||||
Reference in New Issue
Block a user