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

Method log

erpcgen/src/Logging.cpp:21–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19Logger *Log::s_logger = NULL;
20
21void Logger::log(const char *fmt, ...)
22{
23 va_list args;
24 va_start(args, fmt);
25 log(m_level, fmt, args);
26 va_end(args);
27}
28
29void Logger::log(log_level_t level, const char *fmt, ...)
30{

Callers 7

urgentMethod · 0.45
errorMethod · 0.45
warningMethod · 0.45
infoMethod · 0.45
info2Method · 0.45
debugMethod · 0.45
debug2Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected