Details
-
Feature
-
Status: Approved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Log categories are set with the command line option -log="...".
Java debug logging "java.log"
To log java debugging output in conjunction with java options, for example -verbose:class to log the origin of every loaded class.
-log="java.log >filename"
Java stack trace "java.stackTrace"
To log the stack trace on every java exception at the C++/Java bridge.
-log="java.stackTrace >filename"