Enum easylog::LogLevel[][src]

pub enum LogLevel {
    DEBUG,
    INFO,
    WARNING,
    ERROR,
    CRITICAL,
}

Enum to represent different Loglevel

Variants

Auto Trait Implementations

impl Send for LogLevel

impl Sync for LogLevel