3 bool autocvar_sv_eventlog;
4 bool autocvar_sv_eventlog_console;
5 bool autocvar_sv_eventlog_files;
6 int autocvar_sv_eventlog_files_counter;
7 string autocvar_sv_eventlog_files_nameprefix;
8 string autocvar_sv_eventlog_files_namesuffix;
9 bool autocvar_sv_eventlog_files_timestamps;
10 bool autocvar_sv_eventlog_ipv6_delimiter = false;
12 bool logfile_open = false;
15 string GameLog_ProcessIP(string s);
17 void GameLogEcho(string s);