MCPcopy Create free account
hub / github.com/ElementsProject/lightning / plugin_log

Function plugin_log

plugins/libplugin.c:1374–1381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1372}
1373
1374void plugin_log(struct plugin *p, enum log_level l, const char *fmt, ...)
1375{
1376 va_list ap;
1377
1378 va_start(ap, fmt);
1379 plugin_logv(p, l, fmt, ap);
1380 va_end(ap);
1381}
1382
1383#if DEVELOPER
1384/* Hack since we have no extra ptr to log_memleak */

Callers 15

htlc_accepted_callFunction · 0.70
fail_invreq_levelFunction · 0.70
add_amount_sentFunction · 0.70
bcli_failureFunction · 0.70
bcli_finishedFunction · 0.70
wait_and_check_bitcoindFunction · 0.70
initFunction · 0.70
field_diff_Function · 0.70
handle_errorFunction · 0.70

Calls 1

plugin_logvFunction · 0.85

Tested by 4

json_peer_connectedFunction · 0.40
json_connectedFunction · 0.40
json_shutdownFunction · 0.40
initFunction · 0.40