Struct sentry_log::NoopLogger [−][src]
pub struct NoopLogger;
Expand description
A noop log::Log that just ignores everything.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for NoopLoggerimpl Send for NoopLoggerimpl Sync for NoopLoggerimpl Unpin for NoopLoggerimpl UnwindSafe for NoopLogger