Enum oxygengine_core::log::Log [−][src]
pub enum Log {
Info,
Warning,
Error,
Debug,
}Variants
Info
Warning
Error
Debug
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Log
impl UnwindSafe for Log
Blanket Implementations
Mutably borrows from an owned value. Read more