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

Method getManager

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

Source from the content-addressed store, hash-verified

192 }
193
194 public static MessageManager getManager() {
195 try {
196 checkAndInitialize();
197
198 if (manager != null) {
199 return manager;
200 } else {
201 return NullMessageManager.NULL_MESSAGE_MANAGER;
202 }
203 } catch (Exception e) {
204 errorHandler(e);
205 return NullMessageManager.NULL_MESSAGE_MANAGER;
206 }
207 }
208
209 public static MessageProducer getProducer() {
210 try {

Callers 15

logCatTransactionMethod · 0.95
getClientAddrDataMethod · 0.95
getClientDomainDataMethod · 0.95
notifyServerInfoMethod · 0.95
endLogMethod · 0.95
appendMethod · 0.95
applyMethod · 0.95
isEnableMethod · 0.95
handleMethod · 0.95
setTraceModeMethod · 0.95
getCatServerMethod · 0.95
isEnableMethod · 0.95

Calls 2

checkAndInitializeMethod · 0.95
errorHandlerMethod · 0.95

Tested by

no test coverage detected