MCPcopy 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
17enum LogLevel { Info, Warning, Error };
18
19template<>
20struct std::formatter<LogLevel>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected