Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ main
Function
main
10.15-logFunction1/main.cpp:29–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
Log(level, std::source_location::current(), fmt, __VA_ARGS__)
28
29
int main()
30
{
31
LOG(LogLevel::Info,
"hello {} {} {}"
, 2, 3, 4);
32
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected