Function cgl_rs::logger::enable_console_logging
source · pub fn enable_console_logging()
Expand description
Enables console logging.
Example
cgl_rs::logger::init(true);
cgl_rs::logger::enable_console_logging();
// ...
cgl_rs::logger::shutdown();