pub enum LogType {
Show 17 variants
Information,
Runtime,
Debug,
Network,
Success,
Warning,
Error,
Exception,
Critical,
Audit,
Trace,
Security,
UserAction,
Performance,
Config,
Fatal,
Custom(&'static dyn CustomLogType),
}Variants§
Information
Runtime
Debug
Network
Success
Warning
Error
Exception
Critical
Audit
Trace
Security
UserAction
Performance
Config
Fatal
Custom(&'static dyn CustomLogType)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogType
impl !RefUnwindSafe for LogType
impl Send for LogType
impl Sync for LogType
impl Unpin for LogType
impl !UnwindSafe for LogType
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