Function gdnative_doc::init_logger[][src]

pub fn init_logger(level: LevelFilter) -> Result<()>

Initialize the logger with the specified logging level.

The default recommended level is LevelFilter::Info.