Function cu29_export::struct_log_iterator_bare
source ยท pub fn struct_log_iterator_bare(
bare_struct_src_path: &str,
index_path: &str,
) -> PyResult<(PyLogIterator, Vec<String>)>Expand description
Creates an iterator of CuLogEntries from a bare binary structured log file (ie. not within a unified log). This is mainly used for using the structured logging out of the Copper framework. it returns a tuple with the iterator of log entries and the list of interned strings.