MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / log

Function log

05.27-stdFmtCustomLogger1/main.cpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41constexpr void
42log(LogLevel level, std::string_view fmt, const auto&... args)
43{
44 vlog(level, fmt, std::make_format_args(args...));
45}
46
47int main()
48{

Callers 1

mainFunction · 0.70

Calls 1

vlogFunction · 0.70

Tested by

no test coverage detected