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

Method logEvent

lib/java/src/main/java/com/dianping/cat/Cat.java:431–439  ·  view source on GitHub ↗
(String type, String name)

Source from the content-addressed store, hash-verified

429 }
430
431 public static void logEvent(String type, String name) {
432 if (isEnabled()) {
433 try {
434 Cat.getProducer().logEvent(type, name);
435 } catch (Exception e) {
436 errorHandler(e);
437 }
438 }
439 }
440
441 /**
442 * Log an event in one shot.

Callers 8

eventMethod · 0.95
logRemoteCallClientMethod · 0.95
makeSureMetricExistMethod · 0.95
buildHeartbeatMethod · 0.95
runMethod · 0.95
doGcCollectMethod · 0.95
logRequestClientInfoMethod · 0.95
logRequestPayloadMethod · 0.95

Calls 4

isEnabledMethod · 0.95
getProducerMethod · 0.95
errorHandlerMethod · 0.95
logEventMethod · 0.65

Tested by 1

eventMethod · 0.76