Home
last modified time | relevance | path

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

/system/logging/rust/
Dstructured_logger.rs57 pub enum StructuredLogSection { enum
64 impl Value for StructuredLogSection { implementation
67 StructuredLogSection::SubsectionStart => ctx.begin_list(), in add_to_context()
68 StructuredLogSection::SubsectionEnd => ctx.end_list(), in add_to_context()
/system/logging/rust/tests/
Dstructured_logging_tests.rs17 use structured_log::StructuredLogSection::SubsectionEnd;
18 use structured_log::StructuredLogSection::SubsectionStart;