pub fn init_logger()Expand description
Initialise the global env_logger subscriber exactly once.
The helper is intentionally lightweight so that applications embedding CloudLLM can opt-in
to simple RUST_LOG driven diagnostics without having to choose a specific logging backend
upfront.
cloudllm::init_logger();
log::info!("Logger is ready");