Ejemplo 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
Ejemplo 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
Ejemplo n.º 3
0
 def DEBUG(self, myFUNC = '' , myText = '' ):
     if config.plugins.WeatherPlugin.DebugMSNWeatherPixmapRenderer.value:
         from Plugins.Extensions.MSNweather.debug import printDEBUG
         printDEBUG( myFUNC , myText )
Ejemplo 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)
Ejemplo n.º 6
0
 def DEBUGfull(self, myFUNC='', myText=''):
     if config.plugins.WeatherPlugin.DebugGetWeatherFULL.value:
         from Plugins.Extensions.MSNweather.debug import printDEBUG
         printDEBUG(myFUNC, myText)
Ejemplo n.º 7
0
 def EXCEPTIONDEBUG(self, myFUNC = '' , myText = '' ):
     from Plugins.Extensions.MSNweather.debug import printDEBUG
     printDEBUG( myFUNC , myText , 'MSNWeatherPixmapRenderer.log' )
Ejemplo n.º 8
0
 def EXCEPTIONDEBUG(self, myFUNC='', myText=''):
     from Plugins.Extensions.MSNweather.debug import printDEBUG
     printDEBUG(myFUNC, myText, 'MSNWeatherWebCurrentConverter.log')
Ejemplo 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')