Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想限制 SLF4J 日志框架中异常堆栈跟踪的长度。
SLF4j 中是否有类似于EnhancedPatternLayoutlog4j 中的类?
EnhancedPatternLayout
如果不是怎么实现呢?
SLF4J 只是一个 API,你需要所谓的绑定。logback就是其中之一,它支持通过指令缩短堆栈跟踪。%ex{short}
%ex{short}