KeithBrown39423 / Hexdump

The alternative cross-platform hex dumping utility
MIT License
16 stars 0 forks source link

[Feature] Expand Hexdump Logging Capabilities #20

Closed ZackeryRSmith closed 1 year ago

ZackeryRSmith commented 1 year ago

[Feature]

Feature Suggestion

Please consider adding the following things to the logging system

Basic Execution Logs

Error Logs

Info Logs

Warning Logs

After Execution Logs

Use Case

When bugs occur, or working to optimize Hexdump logs can be used to help find where things are slow.

TLDR;

Added more logging ability to Hexdump for debugging errors, and to understand what Hexdump is doing better. I only listed a few things to add, but many more should come as Hexdump expands.

KeithBrown39423 commented 1 year ago

Here's a checklist so that you can see which things have been added so far:

Note: Anything that is struck out won't be added

KeithBrown39423 commented 1 year ago

Added in 18238d1