Adding verbosity

Tim van der Meij 2014-01-17 08:02:35 -08:00
parent c3e4f428f9
commit 81b929baad

@ -21,3 +21,4 @@ Example: http://www.example.com/pdf.js#page=2
** visible, shadow, hover: apply the CSS class <tt>textlayer-{value}</tt> to all text layers ** visible, shadow, hover: apply the CSS class <tt>textlayer-{value}</tt> to all text layers
* pdfBug: enable debugging tools, see [https://github.com/mozilla/pdf.js/wiki/Debugging-pdf.js]. * pdfBug: enable debugging tools, see [https://github.com/mozilla/pdf.js/wiki/Debugging-pdf.js].
* useOnlyCssZoom: set to true to use only CSS zoom. Example: useOnlyCssZoom=true * useOnlyCssZoom: set to true to use only CSS zoom. Example: useOnlyCssZoom=true
* verbosity: specify the verbosity of console messages. 0 = only errors, 1 = warnings and errors, 5 = warnings, errors and information messages. Example: verbosity=5