mrdocs::report::debug

Emit a debug‐level diagnostic for troubleshooting.

Synopsis

Declared in <mrdocs/Support/Report.hpp>

template<class... Args>
void
debug(
    Located<std::string_view> format,
    Args&&... args);

Parameters

Name Description

format

fmt‐style format string.

args

Arguments substituted into the format string.

Created with MrDocs