Closed
Description
Hi,
I develop an application based on dynamic loading. I don’t understand how to do to display log messages generated by the loaded modules. I misunderstood probably stg.
To play with the joined example :
- go to dynlib, then cargo build
- go to main, then cargo run
The main program loads the dynamic library libdynlib and launches f(), the loaded function.
Unfortunately, the log::info! message inside f() is not displayed.
Rusty regards,
Metadata
Metadata
Assignees
Labels
No labels
Activity