Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
Logger *Log::s_logger = NULL;
20
21
void 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
29
void Logger::log(log_level_t level, const char *fmt, ...)
30
{
Callers
7
urgent
Method · 0.45
error
Method · 0.45
warning
Method · 0.45
info
Method · 0.45
info2
Method · 0.45
debug
Method · 0.45
debug2
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected