~phill-ridout/openlp/even-more-refactors

« back to all changes in this revision

Viewing changes to openlp/core/common/openlpmixin.py

  • Committer: Philip Ridout
  • Date: 2016-09-04 16:15:57 UTC
  • Revision ID: phill.ridout@gmail.com-20160904161557-b3752yn3mghnpko8
Move already refactored imorters over to using the log methods in OpenLPMixin

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
        """
72
72
        self.logger.info(message)
73
73
 
 
74
    def log_warning(self, message):
 
75
        """
 
76
        Common log warning handler
 
77
        """
 
78
        self.logger.warning(message)
 
79
 
74
80
    def log_error(self, message):
75
81
        """
76
82
        Common log error handler which prints the calling path