The log format from cs2 is different between log file and log http.
Log file example:
01/28/2024 - 16:17:18: "PlayerName<1><[U:1:230970467]><>" connected, address ""
Http log example:
01/28/2024 - 16:17:18 - "PlayerName<1><[U:1:230970467]><>" connected, address ""
As this seems to be the only difference we should add a param so the library can parse both file logs and http logs.