MCPcopy Create free account
hub / github.com/e2wugui/zeze / LogAgent

Method LogAgent

ZezeJava/ZezeJava/src/main/java/Zeze/Services/LogAgent.java:25–32  ·  view source on GitHub ↗
(Config config)

Source from the content-addressed store, hash-verified

23 private final Client client;
24
25 public LogAgent(Config config) throws Exception {
26 this.conf = config;
27 logConf = new LogServiceConf();
28 config.parseCustomize(logConf);
29 serviceManager = Application.createServiceManager(conf, "LogServiceServer");
30 client = new Client(logConf, conf);
31 RegisterProtocols(client);
32 }
33
34 public LogServiceConf getLogConf() {
35 return logConf;

Callers

nothing calls this directly

Calls 3

createServiceManagerMethod · 0.95
parseCustomizeMethod · 0.80
RegisterProtocolsMethod · 0.45

Tested by

no test coverage detected