responseInfo.put("responsesize", responseSize);
responseInfo.put("class", instance.getClass().getSimpleName());
responseInfo.put("method", methodName);
responseInfo.put("call", call);
LOG.warn("(response" + tag + "): "
+ mapper.writeValueAsString(responseInfo));
}
protected static void log(String value, Log LOG) {
String v = value;
if (v != null && v.length() > 55)