}
@AroundInvoke
public Object manage(InvocationContext ctx) throws Exception {
String log = null;
LogKind logKind = LogKind.INFO;
try {
log = (String) ctx.proceed();
} catch (Exception e) {
StringWriter sw = new StringWriter();
e.printStackTrace(new PrintWriter(sw));