Description
Sets error logging and debug tracing options. Enabling the debug tracing options can slow down the printing process considerably.
The error reporting and debug tracing options can also be set individually using the SetProperty call with the appropriate arguments. See the Remarks below for a list of arguments.
Syntax
expression.SetErrorReporting(EnableLogging, LogFilePath, EnableTracing)
where expression is an IPNSession object.
Parameters
Boolean EnableLogging
Set to True to enable error logging or False to turn error logging off.
String LogFilePath
Pass the fully qualified path to an error logging file, or an empty string to create the logging file in the Documents folder of the currently logged in user.
Boolean EnableTracing
Set to True to create a detailed trace file in the Windows temporary folder for the currently logged in user. The name of the trace file is different for each PEERNET Inc. printer. See the User Guide for the printer being used for more information about error logging and trace files.
Remarks
Use the following to set this option using SetProperty:
Method Parameter |
SetProperty Parameters |
||||||
|---|---|---|---|---|---|---|---|
EnableLogging |
|
||||||
LogFilePath |
|
||||||
EnableTracing |
|
Supported Printers: TIFF Image Printer, PDF Image Printer, Raster Image Printer
See Also: SetMessageBoxAlerts ClearErrorReporting ClearMessageBoxAlerts SetProperty