MCPcopy Create free account
hub / github.com/dianping/cat / getProducer

Method getProducer

lib/java/src/main/java/com/dianping/cat/Cat.java:209–222  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

207 }
208
209 public static MessageProducer getProducer() {
210 try {
211 checkAndInitialize();
212
213 if (producer != null) {
214 return producer;
215 } else {
216 return NullMessageProducer.NULL_MESSAGE_PRODUCER;
217 }
218 } catch (Exception e) {
219 errorHandler(e);
220 return NullMessageProducer.NULL_MESSAGE_PRODUCER;
221 }
222 }
223
224 public static void initialize() {
225 checkAndInitialize();

Callers 13

createMessageIdMethod · 0.95
getCurrentMessageIdMethod · 0.95
logErrorMethod · 0.95
logErrorWithCategoryMethod · 0.95
logEventMethod · 0.95
logRemoteCallClientMethod · 0.95
newEventMethod · 0.95
newTraceMethod · 0.95
newTransactionMethod · 0.95
logMetricMethod · 0.95

Calls 2

checkAndInitializeMethod · 0.95
errorHandlerMethod · 0.95

Tested by

no test coverage detected