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

Enum LogLevel

10.16-logFunction2/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
11struct Format {
12 std::string_view fmt;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected