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

Function plugin_get_logger

lightningd/plugin.c:2551–2554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2549}
2550
2551struct logger *plugin_get_logger(struct plugin *plugin)
2552{
2553 return plugin->log;
2554}
2555
2556void plugins_set_builtin_plugins_dir(struct plugins *plugins,
2557 const char *dir)

Callers 1

plugin_hook_call_nextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected