mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 12:40:12 +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); }
|
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
|
* Log calls to `clap_plugin::get_extension()` and
|
||||||
* `clap_host::get_extension()`. This makes it possible to tell which
|
* `clap_host::get_extension()`. This makes it possible to tell which
|
||||||
|
|||||||
Reference in New Issue
Block a user