You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by Apache <ra...@dslextreme.com> on 2016/12/08 14:05:46 UTC

Java 9 StackTraceElement

Java 9’s StackTraceElement has been enhanced to include the module name and module version - http://download.java.net/java/jdk9/docs/api/java/lang/StackTraceElement.html#getModuleName <http://download.java.net/java/jdk9/docs/api/java/lang/StackTraceElement.html#getModuleName>. If I understand this correctly it should eliminate our need for special logic in the EnhancedThrowableConverters.

Ralph