[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>
Tue, 23 Jan 2024 19:12:42 +0000 (19:12 +0000)
commitc221193237ad895560a2d998bb79cdaca63575c5
tree389ad5b1591cfa1f7bb21f050d7da4edb81c70fd
parent8b5cbfb03f6d09c808275b162b1106f5adbcd013
[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