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

Method info

erpcgen/src/Logging.cpp:150–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150void Log::info(const char *fmt, ...)
151{
152 if (s_logger)
153 {
154 va_list args;
155 va_start(args, fmt);
156 s_logger->log(Logger::log_level_t::kInfo, fmt, args);
157 va_end(args);
158 }
159}
160
161void Log::info2(const char *fmt, ...)
162{

Callers

nothing calls this directly

Calls 1

logMethod · 0.45

Tested by

no test coverage detected