Closed HonzaR closed 6 months ago
We'd like to provide a way to change trace-level logs from the Rust layer via the native SDK side.
There is initOnLoad method that needs to be tweaked.
initOnLoad
Also, align the proposed implementation with iOS side SDK implementation; see https://github.com/Electric-Coin-Company/zcash-light-client-ffi/blob/0bc99a34a793727a521d97716257a8a284d3b0b9/rust/src/lib.rs#L196-L202
Is your feature request related to a problem? Please describe.
We'd like to provide a way to change trace-level logs from the Rust layer via the native SDK side.
Describe the solution you'd like
There is
initOnLoad
method that needs to be tweaked.Also, align the proposed implementation with iOS side SDK implementation; see https://github.com/Electric-Coin-Company/zcash-light-client-ffi/blob/0bc99a34a793727a521d97716257a8a284d3b0b9/rust/src/lib.rs#L196-L202
Alternatives you've considered
Additional context