标签: java logging log4j2
The documentation说我可以提取消息
%throwable {short.message}输出消息。
但是我看不到的是我可能怎么做
%enc{$ex{short.message}} $ex{stacktrace}
如果发生这种情况,则消息中不会打印换行符
throw new RuntimeException("my user data\n has newlines");