linksplatform / doublets-rs

The Unlicense
5 stars 2 forks source link

Add log level resetting for FFI #12

Open uselessgoddess opened 2 years ago

uselessgoddess commented 2 years ago

Waiting for the next version of tracing, but will use tracing_subscriber::reload::Handle to hold a global (lazy_static) handle to the level. Just can't do this currently because of issues with generic types in statics, and don't want to create a holder object for it.