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

Method debug2

erpcgen/src/Logging.cpp:183–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183void Log::debug2(const char *fmt, ...)
184{
185 if (s_logger)
186 {
187 va_list args;
188 va_start(args, fmt);
189 s_logger->log(Logger::log_level_t::kDebug2, fmt, args);
190 va_end(args);
191 }
192}
193
194void StdoutLogger::_log(Logger::log_level_t level, const char *msg)
195{

Callers

nothing calls this directly

Calls 1

logMethod · 0.45

Tested by

no test coverage detected