Logger¶
- class valveexe.Logger(logpath)[source]¶
Tracks console output by leveraging the con_logfile command. Supported in most source games (except l4d2)
- log_ingest()[source]¶
Will resume reading the logs from where it last left off until the end and return all logs since
- Return type:
- log_until(until=None)[source]¶
Will
log_ingest()
until a specified regex is found within the logs and returns the logs until that point.