-
I want to use logs, like fn main() {
env_logger::init(); // core
debug!("this is a debug {}", "message");
error!("this is printed by default");
} Since there is no |
Beta Was this translation helpful? Give feedback.
Answered by
fzyzcjy
Jul 8, 2022
Replies: 1 comment 3 replies
-
Personally I do it in setup functions. http://cjycode.com/flutter_rust_bridge/feature/init.html |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
dbsxdbsx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Personally I do it in setup functions. http://cjycode.com/flutter_rust_bridge/feature/init.html