FireEmblemUniverse / ColorzCore

A rewriting of Core.exe for EA.
GNU General Public License v3.0
7 stars 7 forks source link

Colorful logs and other related things #35

Closed StanHash closed 5 years ago

StanHash commented 5 years ago

image

This truly is ColorzCore now

This changes multiple things related to how stuff get logged:

Internally, all logging logic has been moved to a new IO.Log class. It handles formatting and printing messages and stuff.

Crazycolorz5 commented 5 years ago

Very nice; I like the abstraction.

Maaaaaaay be worth queuing the writes as before so errors show up last (so that they can be seen separate from others)?

That said, I'm going to merge this as-is, seems fairly reasonable.