Logging ======= The :class:`Addon ` class provides 4 methods for simplified logging: :meth:`log_notice `, :meth:`log_warning `, :meth:`log_error ` and :meth:`log_debug `. Those methods write messages to the Kodi log with the respective levels. The messages include the addon ID to help distinguish messages belonging to the current addon. All methods accept both :class:`str` and :obj:`unicode` strings.