[bindings] Mark `WithContext` log wrapper with no-export
authorMatt Corallo <git@bluematt.me>
Thu, 18 Jan 2024 00:42:55 +0000 (00:42 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 22 Apr 2024 21:57:48 +0000 (21:57 +0000)
commit54ee8b4c5f2577451672d04487c8454521d231dc
tree9f009532e412c9de0b82b7fc3046f1661553da74
parentd7e3cd50ad76a708702fe4bb1f8c2467258b030e
[bindings] Mark `WithContext` log wrapper with no-export

There's not a lot of reason for downstream users to use the
`WithContext` wrapper, it mostly exists for our own downstream
crates anyway, and dealing with lifetimes in bindings isn't super
practical, so simply no-export it.
lightning/src/util/logger.rs