Home
last modified time | relevance | path

Searched refs:add_to_context (Results 1 – 1 of 1) sorted by relevance

/system/logging/rust/
Dstructured_logger.rs22 fn add_to_context(&self, ctx: LogContext) -> Result<LogContext, LogContextError>; in add_to_context() method
26 fn add_to_context(&self, ctx: LogContext) -> Result<LogContext, LogContextError> { in add_to_context() method
32 fn add_to_context(&self, ctx: LogContext) -> Result<LogContext, LogContextError> { in add_to_context() method
38 fn add_to_context(&self, ctx: LogContext) -> Result<LogContext, LogContextError> { in add_to_context() method
44 fn add_to_context(&self, ctx: LogContext) -> Result<LogContext, LogContextError> { in add_to_context() method
50 fn add_to_context(&self, ctx: LogContext) -> Result<LogContext, LogContextError> { in add_to_context() method
65 fn add_to_context(&self, ctx: LogContext) -> Result<LogContext, LogContextError> { in add_to_context() method
103 $(ctx = ctx.and_then(|c| $crate::Value::add_to_context(&$entry, c)