msemu icon indicating copy to clipboard operation
msemu copied to clipboard

Expand log options

Open kbembedded opened this issue 6 years ago • 1 comments

In https://github.com/kbembedded/msemu/pull/35#discussion_r331761742 it was suggested to expand logging capabilities to have different layers.

e.g. log_debug() would be very very verbose log_trace() would only log/display opcodes executed, still noisy log_warn() to log warnable things (not sure what would fall here) log_info() to always output/log, similar to error but not actually an error log_error() to log critical errors that happen

kbembedded avatar Oct 05 '19 21:10 kbembedded

As of current work in refactor/kbe/debug branch, log_debug(), log_trace(), and log_error() are implemented. I think this is about as much of a separation thats possible and is still useful.

kbembedded avatar Feb 02 '20 07:02 kbembedded