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

Class log_info

lightningd/log.c:1142–1147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1140}
1141
1142struct log_info {
1143 enum log_level level;
1144 struct json_stream *response;
1145 /* If non-null, only show messages about this peer */
1146 const struct node_id *node_id;
1147};
1148
1149static void log_to_json(struct timerel diff,
1150 enum log_level level,

Callers 15

migrate_from_account_dbFunction · 0.85
json_sendpsbtFunction · 0.85
db_migrateFunction · 0.85
opening_reorged_cbFunction · 0.85
wallet_commit_channelFunction · 0.85
openchannel_initFunction · 0.85
handle_commit_receivedFunction · 0.85
dualopen_errmsgFunction · 0.85
opt_set_offlineFunction · 0.85
opt_add_pluginFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected