pub fn chat_log_line_parser<'src>() -> impl Parser<'src, &'src str, ChatLogLine, Err<Rich<'src, char>>>
parse a Second Life chat log line
returns an error if the parser fails