Esempio n. 1
0
 def DEBUG(self, myFUNC='', myText=''):
     try:
         if config.plugins.WeatherPlugin.DebugMSNWeatherConverter.value:
             from Plugins.Extensions.MSNweather.debug import printDEBUG
             printDEBUG(myFUNC, myText, 'MSNWeatherConverter.log')
     except Exception:
         pass
Esempio n. 2
0
 def DEBUG(self, myFUNC='', myText=''):
     try:
         if config.plugins.WeatherPlugin.DebugMSNWeatherWebCurrentConverter.value or DBG == True:
             from Plugins.Extensions.MSNweather.debug import printDEBUG
             printDEBUG(myFUNC, myText)
     except Exception:
         pass
Esempio n. 3
0
 def DEBUG(self, myFUNC = '' , myText = '' ):
     if config.plugins.WeatherPlugin.DebugMSNWeatherPixmapRenderer.value:
         from Plugins.Extensions.MSNweather.debug import printDEBUG
         printDEBUG( myFUNC , myText )
Esempio n. 4
0
 def EXCEPTIONDEBUG(self, myFUNC = '' , myText = '' ):
     from Plugins.Extensions.MSNweather.debug import printDEBUG
     printDEBUG( myFUNC , myText )
 def DEBUG(self, myFUNC='', myText=''):
     if config.plugins.WeatherPlugin.DebugMSNWeatherThingSpeakConverter.value:
         from Plugins.Extensions.MSNweather.debug import printDEBUG
         printDEBUG(myFUNC, myText)
Esempio n. 6
0
 def DEBUGfull(self, myFUNC='', myText=''):
     if config.plugins.WeatherPlugin.DebugGetWeatherFULL.value:
         from Plugins.Extensions.MSNweather.debug import printDEBUG
         printDEBUG(myFUNC, myText)
Esempio n. 7
0
 def EXCEPTIONDEBUG(self, myFUNC = '' , myText = '' ):
     from Plugins.Extensions.MSNweather.debug import printDEBUG
     printDEBUG( myFUNC , myText , 'MSNWeatherPixmapRenderer.log' )
Esempio n. 8
0
 def EXCEPTIONDEBUG(self, myFUNC='', myText=''):
     from Plugins.Extensions.MSNweather.debug import printDEBUG
     printDEBUG(myFUNC, myText, 'MSNWeatherWebCurrentConverter.log')
Esempio n. 9
0
 def DEBUG(self, myFUNC = '' , myText = '' ):
     if config.plugins.WeatherPlugin.DebugMSNWeatherSource.value:
         from Plugins.Extensions.MSNweather.debug import printDEBUG
         printDEBUG( myFUNC , myText , 'MSNWeatherSource.log')