mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
libplugin: expose plugin_logv.
If you have your own logging infra, you'll want this. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -1357,8 +1357,8 @@ struct plugin_timer *plugin_timer_(struct plugin *p, struct timerel t,
|
||||
return timer;
|
||||
}
|
||||
|
||||
static void plugin_logv(struct plugin *p, enum log_level l,
|
||||
const char *fmt, va_list ap)
|
||||
void plugin_logv(struct plugin *p, enum log_level l,
|
||||
const char *fmt, va_list ap)
|
||||
{
|
||||
struct json_stream *js = new_json_stream(NULL, NULL, NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user