Akuukis / RobotColorWars-Minecraft

Project in Lua for OpenComputers to make ColorWars where robots explore, build bases, reproduce and fight with each other.
GNU General Public License v3.0
10 stars 9 forks source link

Sort out logger levels #37

Open Akuukis opened 10 years ago

Akuukis commented 10 years ago

In code all logger functions are messed up atm because I had no clear idea what is what. Imo, GUI and logs should be separated, therefore there are 4 levels of logging

and all nicely formatted user-output goes to GUI (that may copy everything to info level?), not to logs directly. Suggestions?