Function sc_telemetry::init_telemetry [−][src]
pub fn init_telemetry(config: TelemetryConfig) -> Telemetry
Initializes the telemetry. See the crate root documentation for more information.
Please be careful to not call this function twice in the same program. The slog
crate
doesn’t provide any way of knowing whether a global logger has already been registered.