![]() |
Logging is available for the prapi and capture modules through the pr property node.
For more information about logging please read the gxlog
module documentation.
By logging the prapi module the user can keep track of the device handling events, like image capture events or device initialization events. To enable logging set the log/logprocess property to have one or more of the following values (separated by commas):
Example:
<default> <pr> <log> <logprocess value="apierror,initialization"/> <file value="prapi.log"/> <filter value="6"/> <format value="$h:$m:$s ($l:$L) [$i] > $M\r\n"/> </log> </pr> </default>