Method: Pdfcrowd::ImageToImageClient#setDebugLog
- Defined in:
- lib/pdfcrowd.rb
#setDebugLog(value) ⇒ Object
Turn on the debug logging. Details about the conversion are stored in the debug log. The URL of the log can be obtained from the getDebugLogUrl method or available in conversion statistics.
-
value
- Set to true to enable the debug logging. -
Returns - The converter object.
3414 3415 3416 3417 |
# File 'lib/pdfcrowd.rb', line 3414 def setDebugLog(value) @fields['debug_log'] = value self end |