Enum sozu_command_lib::logging::LogLevelFilter [−][src]
#[repr(usize)]
pub enum LogLevelFilter {
Off,
Error,
Warn,
Info,
Debug,
Trace,
}Variants
Implementations
Returns the most verbose logging level filter.
Converts self to the equivalent LogLevel.
Returns None if self is LogLevelFilter::Off.
Trait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for LogLevelFilterimpl Send for LogLevelFilterimpl Sync for LogLevelFilterimpl Unpin for LogLevelFilterimpl UnwindSafe for LogLevelFilterBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self