pub enum LogLevel {
Error,
Warning,
Debug,
Success,
Info,
Log,
}👎Deprecated:
Use firo_logger::LogLevel instead
Expand description
Legacy LogLevel enum for compatibility.
Variants§
Error
👎Deprecated:
Use firo_logger::LogLevel instead
Warning
👎Deprecated:
Use firo_logger::LogLevel instead
Debug
👎Deprecated:
Use firo_logger::LogLevel instead
Success
👎Deprecated:
Use firo_logger::LogLevel instead
Info
👎Deprecated:
Use firo_logger::LogLevel instead
Log
👎Deprecated:
Use firo_logger::LogLevel instead
Trait Implementations§
impl StructuralPartialEq for LogLevel
Auto Trait Implementations§
impl Freeze for LogLevel
impl RefUnwindSafe for LogLevel
impl Send for LogLevel
impl Sync for LogLevel
impl Unpin for LogLevel
impl UnsafeUnpin for LogLevel
impl UnwindSafe for LogLevel
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more