def _log_msg(msg, loglevel=xbmc.LOGDEBUG):
'''helper to send a message to the kodi log'''
if isinstance(msg, unicode):
msg = msg.encode('utf-8')
xbmc.log("Skin Helper Simplecache --> %s" % msg, level=loglevel)
simplecache.py 文件源码
python
阅读 18
收藏 0
点赞 0
评论 0
评论列表
文章目录