Enum rocket::config::LoggingLevel [−][src]
pub enum LoggingLevel {
Critical,
Normal,
Debug,
Off,
}
Expand description
Defines the different levels for log messages.
Variants
Only shows errors, warnings, and launch information.
Shows everything except debug and trace information.
Shows everything.
Shows nothing.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LoggingLevel
impl Send for LoggingLevel
impl Sync for LoggingLevel
impl Unpin for LoggingLevel
impl UnwindSafe for LoggingLevel
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.