Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
constexpr void
42
log(LogLevel level, std::string_view fmt, const auto&... args)
43
{
44
vlog(level, fmt, std::make_format_args(args...));
45
}
46
47
int main()
48
{
Callers
1
main
Function · 0.70
Calls
1
vlog
Function · 0.70
Tested by
no test coverage detected