Function cassandra_cpp_sys::cass_log_level_string [] [src]

pub unsafe extern "C" fn cass_log_level_string(
    log_level: CassLogLevel
) -> *const c_char

Gets the string for a log level.

@param[in] log_level @return A null-terminated string for the log level. Example: "ERROR", "WARN", "INFO", etc.