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

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.