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

Method initialize

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

Source from the content-addressed store, hash-verified

222 }
223
224 public static void initialize() {
225 checkAndInitialize();
226 }
227
228 public static void initialize(String... servers) {
229 if (isEnabled() && !init) {

Callers

nothing calls this directly

Calls 7

checkAndInitializeMethod · 0.95
isEnabledMethod · 0.95
addServerMethod · 0.95
loadAppNameMethod · 0.95
setDomainMethod · 0.95
initializeInternalMethod · 0.95
errorHandlerMethod · 0.95

Tested by

no test coverage detected