Relative Content

Tag Archive for rustrust-tokioactix-weblog-level

Programatically get the logging level in rust

I have one rust application (actix-web framework used). How can I get the logging level defined.
Requirement is to execute one method to log something if the logging level is “Debug”, otherwise not.