Struct LogLevel
cassandra_cpp
#[repr(C)] pub struct LogLevel(_);
The possible logging levels that can be set
impl LogLevel
fn as_string(&self) -> String
Gets the string for a log level.
impl Debug for LogLevel
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter.