UofSSpaceTeam / roveberrypy

Software for the Rover 2014-2016
Educational Community License v2.0
3 stars 0 forks source link

Logging #55

Closed ottopasuuna closed 7 years ago

ottopasuuna commented 7 years ago

Adds logging support to the rover software. Instead of printing you call: self.log("Message", "DEBUG") where "DEBUG" can be replaced with any level defined in the python logging module (INFO is the default).

List of changes:

Closes issue #49 .

LiamBindle commented 7 years ago

I took a look over it @ottopasuuna . Love it!