Closed Skelmis closed 4 years ago
Essentially, I just noticed the class still raises on errors, when each instance is connected to a logger so i think it should be moved over to that, thoughts? So instead of raising, it would be like logger.error... etc
raises
logger.error...
Im sure this could be further improved, any ideas?
It looks good
It looks like this issue is done
Essentially, I just noticed the class still
raises
on errors, when each instance is connected to a logger so i think it should be moved over to that, thoughts? So instead of raising, it would be likelogger.error...
etc