From 3dbab589e32d3ed5bd98e0634255ba7dfab4c892 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 9 Sep 2022 08:03:21 -0400 Subject: Add C API functions for using custom loggers Expose functions to the C API to create new loggers and to setLogger and getLogger for QPDF and QPDFJob. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b7e793a8..db589d34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2022-09-09 Jay Berkenbilt + + * Expose ability to create custom loggers and to get and set the + logger for QPDF and QPDFJob through the C API. + 2022-09-08 Jay Berkenbilt * Added new functions to the C API to support qpdf JSON: -- cgit v1.2.3-54-g00ecf