Function rebuild_logline
pub fn rebuild_logline(
all_interned_strings: &[String],
entry: &CuLogEntry,
) -> Result<String, CuError>
Expand description
Rebuild a log line from the interned strings and the CuLogEntry. This basically translates the world of copper logs to text logs.