private void LogWrite(MPack pack) { LogTo.Trace(() => "[Remoter] Sending: " + pack.ToString().SubstringSafe(0, 1000)); }
private void LogRead(MPack pack) { LogTo.Trace(() => "[Remoter] Recieving: " + pack.ToString().SubstringSafe(0, 1000)); }