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

Method error

erpcgen/src/Logging.cpp:128–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128void Log::error(const char *fmt, ...)
129{
130 if (s_logger)
131 {
132 va_list args;
133 va_start(args, fmt);
134 s_logger->log(Logger::log_level_t::kError, fmt, args);
135 va_end(args);
136 }
137}
138
139void Log::warning(const char *fmt, ...)
140{

Callers

nothing calls this directly

Calls 1

logMethod · 0.45

Tested by

no test coverage detected