Enum ts3plugin_sys::public_definitions::LogLevel
[−]
[src]
#[repr(C)]pub enum LogLevel { Critical, Error, Warning, Debug, Info, Devel, }
Variants
CriticalThese messages stop the program
ErrorEverything that is really bad, but not so bad we need to shut down
WarningEverything that might be bad
DebugOutput that might help find a problem
InfoInformational output, like "starting database version x.y.z"
DevelDeveloper only output (will not be displayed in release mode)
Trait Implementations
impl Clone for LogLevel[src]
fn clone(&self) -> LogLevel
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more