|
kodi
|
Log file type definitions
These define the types of log entries given with kodi::Log() to Kodi.
More...
|
Typedefs | |
| typedef enum ADDON_LOG | ADDON_LOG |
Enumerations | |
| enum | ADDON_LOG { ADDON_LOG_DEBUG = 0, ADDON_LOG_INFO = 1, ADDON_LOG_WARNING = 2, ADDON_LOG_ERROR = 3, ADDON_LOG_FATAL = 4 } |
Log file type definitions
These define the types of log entries given with kodi::Log() to Kodi.
Example:
| enum ADDON_LOG |
1.8.13