MellowKyler / pdfp

PDF Processor - a GUI for some common PDF operations.
https://pypi.org/project/pdfp
GNU Affero General Public License v3.0
2 stars 0 forks source link

Implement Logging #5

Closed MellowKyler closed 3 months ago

MellowKyler commented 3 months ago

Resources: s2yt stackoverflow time log record attributes

MellowKyler commented 3 months ago

beb4fad

MellowKyler commented 3 months ago

7f7bb17 restart logger might want to be replaced with more specific "remove x handler, add y handler" restart on change log level probably not necessary as well. maybe keep the method just in case but probably too destructive with no point

MellowKyler commented 3 months ago

b0efdeb

MellowKyler commented 3 months ago

the only outstanding item is going through and adding relevant logging messages. i'm just mark it as complete and update logging messages as needed