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

Function plugin_log

plugins/libplugin.c:2000–2007  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1998}
1999
2000void plugin_log(struct plugin *p, enum log_level l, const char *fmt, ...)
2001{
2002 va_list ap;
2003
2004 va_start(ap, fmt);
2005 plugin_logv(p, l, fmt, ap);
2006 va_end(ap);
2007}
2008
2009static void PRINTF_FMT(2,3) log_memleak(struct plugin *plugin, const char *fmt, ...)
2010{

Callers 15

one_refresh_doneFunction · 0.70
process_json_objFunction · 0.70
process_json_resultFunction · 0.70
channels_refreshFunction · 0.70
updated_list_doneFunction · 0.70
paginated_refreshFunction · 0.70
htlc_accepted_callFunction · 0.70
fail_invreq_levelFunction · 0.70
found_best_peerFunction · 0.70
check_periodFunction · 0.70

Calls 1

plugin_logvFunction · 0.85

Tested by 7

get_ds_bin_doneFunction · 0.40
json_helloworldFunction · 0.40
json_peer_connectedFunction · 0.40
json_connectedFunction · 0.40
json_shutdownFunction · 0.40
json_all_notifsFunction · 0.40
initFunction · 0.40