Open
Description
Explanation
According to
Lines 433 to 449 in 11ee648
logger_warning
is advertised to allow overwriting, but doing so proves to be more complicated than expected.
There basically are two reasons for this:
- The implementation is located at
pypdf._utils.logger_warning
, which usually marks an internal implementation and thus I would not assume this to be future-proof. - The method usually is imported directly, as can be seen in
Line 46 in 11ee648