pub unsafe extern "C" fn cass_log_set_level(log_level: CassLogLevel)
Expand description

Sets the log level.

Note: This needs to be done before any call that might log, such as any of the cass_cluster_() or cass_ssl_() functions.

Default: CASS_LOG_WARN

@param[in] log_level