Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
using namespace std::literals;
10
11
enum class LogLevel { Info, Warning, Error };
12
13
// Part of C++23's STL
14
template<typename T>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected