Service Add-ons page uses deprecated level=xbmc.LOGNOTICE
#1
Hey, the "Service Add-ons" page on the wiki (https://kodi.wiki/view/Service_add-ons) uses 
python:
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 
python:
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!
Reply
#2
i've updated the page, thanx for the heads-up!
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply

Logout Mark Read Team Forum Stats Members Help
Service Add-ons page uses deprecated level=xbmc.LOGNOTICE0