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