MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / debug

Method debug

erpcgen/src/Logging.cpp:172–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172void Log::debug(const char *fmt, ...)
173{
174 if (s_logger)
175 {
176 va_list args;
177 va_start(args, fmt);
178 s_logger->log(Logger::log_level_t::kDebug, fmt, args);
179 va_end(args);
180 }
181}
182
183void Log::debug2(const char *fmt, ...)
184{

Callers

nothing calls this directly

Calls 1

logMethod · 0.45

Tested by

no test coverage detected