spymemcached施用

spymemcached使用之前使用spy时只是简单的应用了,没有对齐内部处理做研究,现在补一补。1 debug先,spy有三种

spymemcached使用

之前使用spy时只是简单的应用了,没有对齐内部处理做研究,现在补一补。

1 debug先,spy有三种log实现DefaultLogger,Log4JLogger,SunLogger,我们使用Log4JLogger .

声明代码:Properties systemProperties = System.getProperties();
??????????? systemProperties.put("net.spy.log.LoggerImpl", "net.spy.memcached.compat.log.Log4JLogger");
??????? System.setProperties(systemProperties);