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.rs1280 pub fn set_boxed_logger(logger: Box<dyn Log>) -> Result<(), SetLoggerError> { in set_boxed_logger() argument
1338 pub fn set_logger(logger: &'static dyn Log) -> Result<(), SetLoggerError> { in set_logger() argument
1392 pub unsafe fn set_logger_racy(logger: &'static dyn Log) -> Result<(), SetLoggerError> { in set_logger_racy() argument
1412 pub struct SetLoggerError(()); struct
1414 impl fmt::Display for SetLoggerError { implementation
1422 impl error::Error for SetLoggerError {} implementation
/external/rust/crates/env_logger/src/
Dlib.rs777 pub fn try_init(&mut self) -> Result<(), SetLoggerError> { in try_init() argument