We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Move from the C impl. that is already in place.
// clap_host_log virtual bool implementsLog() const noexcept { return false; } virtual void logLog(clap_log_severity severity, const char *message) const noexcept {}
Status