Commit 6e951e60 authored by yanzg's avatar yanzg

接口文档的支持

parent be3a5b9e
...@@ -42,6 +42,7 @@ public class LogDefault implements RunnableLog { ...@@ -42,6 +42,7 @@ public class LogDefault implements RunnableLog {
if (info.getException() != null) { if (info.getException() != null) {
System.err.println(sb.toString()); System.err.println(sb.toString());
info.getException().printStackTrace();
} else { } else {
System.out.println(sb.toString()); System.out.println(sb.toString());
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment