Struct prima_tracing::SubscriberConfigBuilder [−][src]
pub struct SubscriberConfigBuilder<T>(_);Implementations
Build a SubscriberConfig
Set the service version.
Set telemetry config like collector_url and service_name
Set custom json formatter if the feature prima-logger-json is activated
Auto Trait Implementations
impl<T> RefUnwindSafe for SubscriberConfigBuilder<T> where
T: RefUnwindSafe,
impl<T> Send for SubscriberConfigBuilder<T> where
T: Send,
impl<T> Sync for SubscriberConfigBuilder<T> where
T: Sync,
impl<T> Unpin for SubscriberConfigBuilder<T> where
T: Unpin,
impl<T> UnwindSafe for SubscriberConfigBuilder<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
