As per the unimplemented command, this takes n number of packets and logs them to the given file.
This is done asynchronously and the user notified when packet logging is complete.
Changed paths:
M Programs/examples/TestClient/Commands/System/LogPacketCommand.cs
Log Message:
-----------
Implement some fairly harsh locking to stop multiple logging calls to logpacket TestClient command from stepping on each other.