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§
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