Struct grpcio_sys::gpr_log_func_args [−][src]
#[repr(C)]pub struct gpr_log_func_args {
pub file: *const c_char,
pub line: c_int,
pub severity: gpr_log_severity,
pub message: *const c_char,
}
Expand description
Log overrides: applications can use this API to intercept logging calls and use their own implementations
Fields
file: *const c_char
line: c_int
severity: gpr_log_severity
message: *const c_char
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for gpr_log_func_args
impl !Send for gpr_log_func_args
impl !Sync for gpr_log_func_args
impl Unpin for gpr_log_func_args
impl UnwindSafe for gpr_log_func_args
Blanket Implementations
Mutably borrows from an owned value. Read more