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

Enum LogLevel

10.14-logFunction0/main.cpp:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include <string_view>
7
8enum LogLevel { Info, Warning, Error };
9
10// #A Log function taking function, line, and variadic arguments
11void Log(LogLevel level,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected