Enum rocket::LoggingLevel [] [src]

pub enum LoggingLevel {
    Critical,
    Normal,
    Debug,
}

Defines the different levels for log messages.

Variants

Only shows errors and warning.

Shows everything except debug and trace information.

Shows everything.

Trait Implementations

impl PartialEq for LoggingLevel
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for LoggingLevel
[src]

impl Debug for LoggingLevel
[src]

Formats the value using the given formatter.

impl Clone for LoggingLevel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for LoggingLevel
[src]

impl FromStr for LoggingLevel
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more