Enum ts3plugin_sys::public_definitions::LogLevel [] [src]

#[repr(C)]
pub enum LogLevel { Critical, Error, Warning, Debug, Info, Devel, }

Variants

These messages stop the program

Everything that is really bad, but not so bad we need to shut down

Everything that might be bad

Output that might help find a problem

Informational output, like "starting database version x.y.z"

Developer only output (will not be displayed in release mode)

Trait Implementations

impl Clone for LogLevel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for LogLevel
[src]

impl Debug for LogLevel
[src]

Formats the value using the given formatter.