MCPcopy 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
20enum LogLevel { Info, Warning, Error };
21
22template<>
23struct std::formatter<LogLevel> : std::formatter<std::string_view> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected