Home
last modified time | relevance | path

Searched defs:SetLoggerError (Results 1 – 3 of 3) sorted by relevance

/external/libchromeos-rs/src/
Dsyslog.rs54 pub fn init(ident: &'static CStr) -> Result<(), SetLoggerError> { in init() argument
/external/rust/crates/log/src/
Dlib.rs1407 pub fn set_boxed_logger(logger: Box<dyn Log>) -> Result<(), SetLoggerError> { in set_boxed_logger() argument
1465 pub fn set_logger(logger: &'static dyn Log) -> Result<(), SetLoggerError> { in set_logger() argument
1521 pub unsafe fn set_logger_racy(logger: &'static dyn Log) -> Result<(), SetLoggerError> { in set_logger_racy() argument
1541 pub struct SetLoggerError(()); struct
1543 impl fmt::Display for SetLoggerError { implementation
1551 impl error::Error for SetLoggerError {} implementation
/external/rust/crates/env_logger/src/
Dlib.rs792 pub fn try_init(&mut self) -> Result<(), SetLoggerError> { in try_init() argument