| 886 | } |
| 887 | |
| 888 | inline void logging_disable_category(LogCategory category) |
| 889 | { |
| 890 | btck_logging_disable_category(static_cast<btck_LogCategory>(category)); |
| 891 | } |
| 892 | |
| 893 | template <typename T> |
| 894 | concept Log = requires(T a, std::string_view message) { |