MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / LogLevel

Enum LogLevel

05.25-stdFmtCustomLogger0/main.cpp:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9using namespace std::literals;
10
11enum class LogLevel { Info, Warning, Error };
12
13// Part of C++23's STL
14template<typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected