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

Method urgent

erpcgen/src/Logging.cpp:117–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void Log::urgent(const char *fmt, ...)
118{
119 if (s_logger)
120 {
121 va_list args;
122 va_start(args, fmt);
123 s_logger->log(Logger::log_level_t::kUrgent, fmt, args);
124 va_end(args);
125 }
126}
127
128void Log::error(const char *fmt, ...)
129{

Callers

nothing calls this directly

Calls 1

logMethod · 0.45

Tested by

no test coverage detected