Crate eve_log_parser

Source
Expand description

This crate will give all the functionalities to read eve logs and parse them

Currently it will be able to read out damage and logi logs. It needs to be extended with other log types and the functionalities to read logs from the log directory as they’re being written by the game

Modules§

models

Functions§

get_log_folder
Returns the log directory for EVE. This should be the proper Windows path but checks that it’s the same under Linux should be done
parse_log_header
Extracts the character name and the logfile’s beginning from its header
parse_log_line
Read any log line from eve and creates an appropriate log if possible
watch_log_file
Returns all new logs sent to a file as a stream