Expose log_bytes! macro for use in other crates
authorJeffrey Czyz <jkczyz@gmail.com>
Tue, 24 Aug 2021 04:55:28 +0000 (23:55 -0500)
committerJeffrey Czyz <jkczyz@gmail.com>
Tue, 26 Oct 2021 06:12:30 +0000 (01:12 -0500)
commita3a4e614276cbfe7c2fbb9eeb39d32982f1e6bb0
treea7a35d0cd6bd479365d96eedb47ad1c8b2fe3671
parent2ed1ba653dee4f64aea53ebfe3903690a70e6401
Expose log_bytes! macro for use in other crates

Needed to log PaymentHash in the lightning-invoice crate when retrying
payments.
lightning/src/util/logger.rs
lightning/src/util/macro_logger.rs