rustls_log_level

Type Alias rustls_log_level 

Source
pub type rustls_log_level = usize;
Expand description

Numeric representation of a log level.

Passed as a field of the rustls_log_params passed to a log callback. Use with rustls_log_level_str to convert to a string label.