Struct sentry_log::SentryLogger [−][src]
pub struct SentryLogger<L: Log> { /* fields omitted */ }
Expand description
Provides a dispatching logger.
Implementations
Create a new SentryLogger with a NoopLogger as destination.
Sets a custom filter function.
The filter classifies how sentry should handle Records based on
their log::Metadata.
Trait Implementations
Auto Trait Implementations
impl<L> !RefUnwindSafe for SentryLogger<L>impl<L> Send for SentryLogger<L>impl<L> Sync for SentryLogger<L>impl<L> Unpin for SentryLogger<L> where
L: Unpin, impl<L> !UnwindSafe for SentryLogger<L>