Presumably, when a user executes xp_msver (an extended stored procedure which must therefore use a dll library on the server), Sql server uses the xplog70.dll.
Presumably when any extended stored procedure is executed, SQL will log an event to indicate which dll was used to execute it.
For more information, look up extended stored procedures in Books On Line.