surrsurus / edgequest

Edgequest Season Two
Mozilla Public License 2.0
8 stars 1 forks source link

Added more logging and an exception printer! #32

Closed XavilPergis closed 8 years ago

XavilPergis commented 8 years ago

Added more logging and an exception printer!

Overview

Adds more logging, cleans up logger.py, and adds a logger.print_excption() function

List of changes

  1. More logging and fixed severity levels
  2. Makes code in logger.py more readable
  3. Adds a logger.print_excption() to prettyprint the last exception
  4. Moves settings/colors.py to core/colors.py
surrsurus commented 8 years ago

Looks like a lot of good changes here. Just watch out though because in the latest master, some of the logging becomes redundant because I got to some of those already. Otherwise, all of your changes look good.

XavilPergis commented 8 years ago

The logger.py file should work as a standalone :D

XavilPergis commented 8 years ago

This request is too far behind the other branches, so I'm closing it.

surrsurus commented 8 years ago

Can you reopen this issue? These contributions are really good.

surrsurus commented 8 years ago

Perhaps bring the files up to date with master or testing and implement them. I'm not going to be committing for a little bit.

XavilPergis commented 8 years ago

Sure, in a little bit :)