aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFLogger.cc
AgeCommit message (Collapse)Author
2022-09-09Make QPDFLogger() private and provide create methodJay Berkenbilt
2022-06-19Add C API to QPDFLoggerJay Berkenbilt
2022-06-18Use "save" logger when saving data to standard outputJay Berkenbilt
This includes the output PDF, streams from --show-object and attachments from --save-attachment. This also enables --verbose and --progress to work with saving to stdout.
2022-06-18Add and test QPDFLogger classJay Berkenbilt