[][src]Enum reactive_state::middleware::simple_logger::LogLevel

pub enum LogLevel {
    Trace,
    Debug,
    Warn,
    Info,
}
This is supported on feature="simple_logger" only.

Variants

Trace
This is supported on feature="simple_logger" only.
Debug
This is supported on feature="simple_logger" only.
Warn
This is supported on feature="simple_logger" only.
Info
This is supported on feature="simple_logger" only.

Implementations

impl LogLevel[src]

pub fn log<S: AsRef<str>>(&self, message: S)[src]

This is supported on feature="simple_logger" only.

Trait Implementations

impl Default for LogLevel[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Any for T where
    T: Any

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.