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