Enum sentry_log::LogFilter [−][src]
pub enum LogFilter {
Ignore,
Breadcrumb,
Event,
Exception,
}Expand description
The action that Sentry should perform for a log::Metadata.
Variants
Ignore the Record.
Create a [Breadcrumb] from this Record.
Create a message [Event] from this Record.
Create an exception [Event] from this Record.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LogFilterimpl UnwindSafe for LogFilter