g0dwin0 / umibozu

a rudimentary gameboy emulator
0 stars 1 forks source link

Change logging to a single, simple and descriptive system. #6

Open g0dwin0 opened 3 months ago

g0dwin0 commented 3 months ago

Logging is all over the place, make sure logging is clear, concise, and simple.

This is the ideal format

[MODULE] category: message

e.g. [PPU] warning: color index out of range (58!)

g0dwin0 commented 1 month ago

i want to actually move to spdlog, will implement later.