Skip to main content

init_logging

Function init_logging 

Source
pub fn init_logging()
Expand description

Initialize the logging system with the FFI layer

This sets up tracing with the FFI logging layer. Call this once during plugin initialization. Subsequent calls after the first initialization are no-ops since the subscriber is global.