Enum cognitive_qualia::env::LogDestination [] [src]

pub enum LogDestination {
    StdOut,
    LogFile,
    Disabled,
}

Variants