pub fn init_logger()Expand description
Initialise the env_logger with a loguru-style format (HH:MM:SS | LEVEL | msg).
Logging behaviour:
- If
RUST_LOGis set, the user has full control. - Otherwise default to INFO (override with
KATAGLYPHIS_LOG_LEVEL). - Noisy wgpu / naga modules are clamped to WARN.