No need to be sorry when you have a question related to the game.
Most often people take a screenshot of the end results with F12 and share those.
If you want to get fancy there are settings that log all server events to a logfile (eg. Kills, grabs, caps, flag Carrier kills etc) and then you could parse that into a interesting list of the events happened throughout the game. One setting logs individual players accuracies with different guns (imo useless data in a game like this).
server.cfg
set sl_logging 1 // enables standard logging to the server logfile
set sv_logstats 1 // enables logging of accuracies
admin command
cvar_set sl_logging 1
cvar_set sv_logstats 1