Enum grpcio_sys::gpr_log_severity [−][src]
#[repr(u32)]
pub enum gpr_log_severity {
GPR_LOG_SEVERITY_DEBUG,
GPR_LOG_SEVERITY_INFO,
GPR_LOG_SEVERITY_ERROR,
}
Expand description
The severity of a log message - use the #defines below when calling into gpr_log to additionally supply file and line data
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for gpr_log_severity
impl Send for gpr_log_severity
impl Sync for gpr_log_severity
impl Unpin for gpr_log_severity
impl UnwindSafe for gpr_log_severity
Blanket Implementations
Mutably borrows from an owned value. Read more