aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFLogger.cc
AgeCommit message (Collapse)Author
2023-06-09Code tidy - Clang-Tidy rule modernize-use-default-member-initm-holger
2023-05-21Rerun clang-formatJay Berkenbilt
2023-05-21Globally replace 'this->m->' with 'm->'m-holger
Using search and replace.
2023-05-20Remove redundant 'virtual' specifiersm-holger
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