Example #1
0
 def critical(self, msg):
     level = 'critical'
     delugelog.critical(u"[uTorrentImport] {0}".format(msg))
     if self.transmitting:
         self.event_manager.emit(uTorrentImportLoggingEvent(level, msg))