Searched defs:LogId (Results 1 – 1 of 1) sorted by relevance
89 pub enum LogId { enum97 impl LogId { impl124 fn android_log(_log_id: Option<LogId>, _priority: Level, _tag: &CStr, _msg: &CStr) {} in android_log()327 …pub fn new_with_priority(log_id: Option<LogId>, priority: log_ffi::LogPriority, tag: &CStr) -> Pla… in new_with_priority()340 pub fn new(log_id: Option<LogId>, level: Level, tag: &CStr) -> PlatformLogWriter { in new()355 pub fn new(log_id: Option<LogId>, level: Level, tag: &CStr) -> PlatformLogWriter { in new()