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

Function log_has_io_logging

lightningd/log.c:582–585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

580}
581
582bool log_has_io_logging(const struct logger *log)
583{
584 return print_level(log->log_book, log->prefix, log->default_node_id, NULL) < LOG_TRACE;
585}
586
587bool log_has_trace_logging(const struct logger *log)
588{

Callers 1

new_subdFunction · 0.70

Calls 1

print_levelFunction · 0.85

Tested by

no test coverage detected