MCPcopy Index your code
hub / github.com/dianping/cat / logRemoteCallClient

Method logRemoteCallClient

lib/java/src/main/java/com/dianping/cat/Cat.java:507–515  ·  view source on GitHub ↗
(Context ctx)

Source from the content-addressed store, hash-verified

505 }
506
507 public static void logRemoteCallClient(Context ctx) {
508 if (isEnabled()) {
509 try {
510 logRemoteCallClient(ctx, "default");
511 } catch (Exception e) {
512 errorHandler(e);
513 }
514 }
515 }
516
517 public static void logRemoteCallClient(Context ctx, String domain) {
518 if (isEnabled()) {

Callers 4

getClientTraceMethod · 0.95
applyMethod · 0.95
invokeMethod · 0.95
invokeMethod · 0.95

Calls 12

isEnabledMethod · 0.95
errorHandlerMethod · 0.95
getManagerMethod · 0.95
getMessageIdMethod · 0.95
getProducerMethod · 0.95
setMessageIdMethod · 0.95
logEventMethod · 0.95
getRootMessageIdMethod · 0.95
createMessageIdMethod · 0.65
createRpcServerIdMethod · 0.65
addPropertyMethod · 0.65

Tested by

no test coverage detected