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