TestUtils.getLogger().debug("TC: ["+tc.id()+"] from="+tc.local_host() +":"+tc.local_port() +", to="
+tc.remote_host()+":"+tc.remote_port());
TestUtils.getLogger().debug("TC: ["+tc.id()+"] sent="+tc.messages_sent ()+"("+tc.bytes_sent ()+")"
+", received="+tc.messages_received ()+"("+tc.bytes_received ()+")");
}
catch(Exception e)
{
throw new RuntimeException(e);
}