[jboss-jira] [JBoss JIRA] (LOGMGR-133) Use StackWalker to get extended log record information

David Lloyd (JIRA) issues at jboss.org
Tue Apr 19 14:23:00 EDT 2016


David Lloyd created LOGMGR-133:
----------------------------------

             Summary: Use StackWalker to get extended log record information
                 Key: LOGMGR-133
                 URL: https://issues.jboss.org/browse/LOGMGR-133
             Project: JBoss Log Manager
          Issue Type: Sub-task
            Reporter: David Lloyd
             Fix For: 2.1.0.Beta1


Under Java 9, you can use a StackWalker to efficiently traverse the stack and return information about callers.  Using this mechanism should be substantially better-performing than snapshotting the stack to acquire the calling class information for the extended log record class.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list