Audit Java: system to detect exceptions thrown / caught (aop?)

后端 未结 6 1494
广开言路
广开言路 2021-02-07 08:56

Due to checked exceptions, we can have some problems in production having all exceptions caught in the right place and logged correctly.

I wonder if there is some openso

6条回答
  •  耶瑟儿~
    2021-02-07 09:22

    I know the question asks for an open source solution. I don't know of one but if the option is there then DynaTrace does exactly what you want. Good luck on your search.

提交回复
热议问题