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

Enum LogLevel

10.15-logFunction1/main.cpp:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected