Hello,

Can anyone plz help me understand the configuration option --enable-jni-interface. As far as I know, we can trace Java programs using loggers whether this option is enabled or not. Am I wrong?
I'm asking this question because I'm looking for a way to trace a Java application without using Loggers as this method does not enable events recording to be synchronous with the code execution. 

Thank you.