pub fn shutdown()
Shuts down the logger.
NOTE: This is automatically called when you call cgl_rs::shutdown().
cgl_rs::logger::init(true); // ... cgl_rs::logger::shutdown();