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

Method warning

erpcgen/src/Logging.cpp:139–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139void Log::warning(const char *fmt, ...)
140{
141 if (s_logger)
142 {
143 va_list args;
144 va_start(args, fmt);
145 s_logger->log(Logger::log_level_t::kWarning, fmt, args);
146 va_end(args);
147 }
148}
149
150void Log::info(const char *fmt, ...)
151{

Callers

nothing calls this directly

Calls 1

logMethod · 0.45

Tested by

no test coverage detected