2021-08-15, 17:03
Hey, the "Service Add-ons" page on the wiki (https://kodi.wiki/view/Service_add-ons) uses
Cheers!
xbmc.log("hello addon! %s" % time.time(), level=xbmc.LOGNOTICE)
in the example. This gives an error on Kodi 19 (Matrix). I believe this should be updated to use xbmc.log("hello addon! %s" % time.time(), level=xbmc.LOGINFO)
instead, or could at least use a note pointing out that LOGNOTICE is deprecated.Cheers!