pub fn get_context() -> *const CGL_logger_context
Returns a pointer to the logger context.
This function is unsafe because it returns a raw pointer to the logger context.
cgl_rs::logger::init(true); let context = cgl_rs::logger::get_context(); // ... cgl_rs::logger::shutdown();