MCPcopy Create free account
hub / github.com/Samsung/rlottie / to_string

Function to_string

src/vector/vdebug.cpp:92–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 SupportedTypes;
91
92char const* to_string(LogLevel loglevel)
93{
94 switch (loglevel) {
95 case LogLevel::OFF:
96 return "OFF";
97 case LogLevel::INFO:
98 return "INFO";
99 case LogLevel::WARN:
100 return "WARN";
101 case LogLevel::CRIT:
102 return "CRIT";
103 }
104 return "XXXX";
105}
106
107template <typename Arg>
108void VDebug::encode(Arg arg)

Callers 2

stringifyMethod · 0.85
roll_fileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected