Make log macros more usable outside of the `lightning` crate
authorMatt Corallo <git@bluematt.me>
Thu, 23 Feb 2023 19:20:09 +0000 (19:20 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 28 Feb 2023 17:56:16 +0000 (17:56 +0000)
commitdf20bcf1884bfc19150e8453f864aea77b8f227c
tree86876b1ec04de1204e1a0a7965a4eaf352cfe798
parentb8eecd1fd81cc5b36d06455215c77da971aee4c1
Make log macros more usable outside of the `lightning` crate

... by using explicit paths rather than requiring imports.
lightning/src/util/macro_logger.rs