grunt-lucas / porytiles

Overworld tileset compiler for Pokémon Generation 3 decompilation projects
MIT License
30 stars 3 forks source link

Overhaul logging system #25

Open grunt-lucas opened 5 months ago

grunt-lucas commented 5 months ago

Currently, the --verbose option enables logging to stderr. Let's overhaul this to a traditional log level system using the spdlog library. Users can supply e.g. --verbose=INFO to display INFO level logs and above.

In addition to this overhaul, add lots more logging everywhere.