Enum rdkafka::config::RDKafkaLogLevel
source · pub enum RDKafkaLogLevel {
Emerg = 0,
Alert = 1,
Critical = 2,
Error = 3,
Warning = 4,
Notice = 5,
Info = 6,
Debug = 7,
}
Expand description
The log levels supported by librdkafka.
Variants§
Emerg = 0
Higher priority then Level::Error
from the log
crate.
Alert = 1
Higher priority then Level::Error
from the log
crate.
Critical = 2
Higher priority then Level::Error
from the log
crate.
Error = 3
Equivalent to Level::Error
from the log crate.
Warning = 4
Equivalent to Level::Warn
from the log crate.
Notice = 5
Higher priority then Level::Info
from the log
crate.
Info = 6
Equivalent to Level::Info
from the log crate.
Debug = 7
Equivalent to Level::Debug
from the log crate.
Trait Implementations§
source§impl Clone for RDKafkaLogLevel
impl Clone for RDKafkaLogLevel
source§fn clone(&self) -> RDKafkaLogLevel
fn clone(&self) -> RDKafkaLogLevel
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RDKafkaLogLevel
impl Debug for RDKafkaLogLevel
impl Copy for RDKafkaLogLevel
Auto Trait Implementations§
impl Freeze for RDKafkaLogLevel
impl RefUnwindSafe for RDKafkaLogLevel
impl Send for RDKafkaLogLevel
impl Sync for RDKafkaLogLevel
impl Unpin for RDKafkaLogLevel
impl UnwindSafe for RDKafkaLogLevel
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)