Function init_logger

Source
pub fn init_logger(default_level: &str)
Expand description

Initialize the Lexe logger with the given default log level.

Example: lexe_sdk::init_logger("info")