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

Method info2

erpcgen/src/Logging.cpp:161–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void Log::info2(const char *fmt, ...)
162{
163 if (s_logger)
164 {
165 va_list args;
166 va_start(args, fmt);
167 s_logger->log(Logger::log_level_t::kInfo2, fmt, args);
168 va_end(args);
169 }
170}
171
172void Log::debug(const char *fmt, ...)
173{

Callers

nothing calls this directly

Calls 1

logMethod · 0.45

Tested by

no test coverage detected