MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / verboseLog

Method verboseLog

src/main/java/core/org/xbill/DNS/Client.java:51–59  ·  view source on GitHub ↗
(String prefix, SocketAddress local, SocketAddress remote,
           byte [] data)

Source from the content-addressed store, hash-verified

49}
50
51static protected void
52verboseLog(String prefix, SocketAddress local, SocketAddress remote,
53 byte [] data)
54{
55 if (Options.check("verbosemsg"))
56 System.err.println(hexdump.dump(prefix, data));
57 if (packetLogger != null)
58 packetLogger.log(prefix, local, remote, data);
59}
60
61void
62cleanup() throws IOException {

Callers 4

sendMethod · 0.80
recvMethod · 0.80
sendMethod · 0.80
recvMethod · 0.80

Calls 3

checkMethod · 0.95
dumpMethod · 0.80
logMethod · 0.65

Tested by

no test coverage detected