MCPcopy Create free account
hub / github.com/AnswerDotAI/gpu.cpp / LogLevel

Enum LogLevel

utils/logging.hpp:11–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace gpu
10{
11 enum LogLevel
12 {
13 kNone = 0,
14 kError = 1,
15 kWarn = 2,
16 kInfo = 3,
17 kTrace = 4
18 };
19
20 static const char *kLevelStr[] = {"none", "error", "warn", "info", "trace"};
21

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected