pub fn init_logging()Expand description
Install the global tracing subscriber. The single place the log level is configured: the CLI entry points call it directly, and the FFI entry point (cn_init) calls it for the macOS app. Safe to call once per process. The crash ring layer rides along so crash reports carry the recent log lines.