Function cgl_rs::logger::shutdown

source ·
pub fn shutdown()
Expand description

Shuts down the logger.

NOTE: This is automatically called when you call cgl_rs::shutdown().

Example

cgl_rs::logger::init(true);
// ...
cgl_rs::logger::shutdown();