clang::mrdocs::report::debug
Report a message to the console.
Synopsis
Declared in <mrdocs/Support/Report.hpp>
template<class... Args>
void
debug(
Located<std::string_view> format,
Args...&&... args);
Parameters
Name |
Description |
format |
The format string. |
args |
Optional additional arguments |
Created with MrDocs