Search results

Jump to navigation Jump to search
  • xbmc.log. [[Log_file|Enable debug logging]] then press the key a few times. Now look in xbmc.log for lines like:
    3 KB (531 words) - 03:07, 24 August 2020
  • "print" and xbmc.log does not support unicode. Always encode unicode strings to utf-8. xbmc.log("[%s] %s" % (plugin, msg.__str__()), level)
    5 KB (692 words) - 22:04, 3 December 2019
  • xbmc.log("hello addon! %s" % time.time(), level=xbmc.LOGDEBUG)
    2 KB (333 words) - 01:41, 23 September 2021
  • * Look the the xbmc.log file, refer to '''''[[log file]]''''' for how to find this and enable debug
    8 KB (1,359 words) - 08:25, 4 May 2015
  • ...y relevant to Kodi because using print in Python addons is discouraged and xbmc.log() function should be used to write messages to the Kodi log. ...nction (another Python 3 feature) because in Kodi addons you should to use xbmc.log() to write messages to the Kodi log file.
    18 KB (2,839 words) - 18:34, 19 March 2022
  • * addons should use the xbmc.log() method to write to the logfile and use the debug logging level only. prin
    9 KB (1,447 words) - 15:50, 16 October 2021