pub trait LogTagTraitConst {
    fn as_raw_LogTag(&self) -> *const c_void;

    fn name(&self) -> String { ... }
    fn level(&self) -> LogLevel { ... }
}

Required Methods

Provided Methods

Implementors