Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ LogLevel
Enum
LogLevel
05.27-stdFmtCustomLogger1/main.cpp:17–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
enum LogLevel { Info, Warning, Error };
18
19
template<>
20
struct std::formatter<LogLevel>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected