Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
ilog.h File Reference

Variables

constexpr int LOG_LEVEL_NONE = -1
 
constexpr int LOG_LEVEL_NORMAL = 0
 
constexpr int LOG_LEVEL_DEBUG = 1
 
constexpr int LOG_LEVEL_DEBUG_FREEMEM = 2
 
constexpr int LOG_LEVEL_MAX = LOG_LEVEL_DEBUG_FREEMEM
 
constexpr int LOGDEBUG = 0
 
constexpr int LOGINFO = 1
 
constexpr int LOGWARNING = 2
 
constexpr int LOGERROR = 3
 
constexpr int LOGFATAL = 4
 
constexpr int LOGNONE = 5
 
constexpr int LOGMASKBIT = 5
 
constexpr int LOGMASK = ((1 << LOGMASKBIT) - 1)
 
constexpr int LOGSAMBA = (1 << (LOGMASKBIT + 0))
 
constexpr int LOGCURL = (1 << (LOGMASKBIT + 1))
 
constexpr int LOGFFMPEG = (1 << (LOGMASKBIT + 2))
 
constexpr int LOGDBUS = (1 << (LOGMASKBIT + 4))
 
constexpr int LOGJSONRPC = (1 << (LOGMASKBIT + 5))
 
constexpr int LOGAUDIO = (1 << (LOGMASKBIT + 6))
 
constexpr int LOGAIRTUNES = (1 << (LOGMASKBIT + 7))
 
constexpr int LOGUPNP = (1 << (LOGMASKBIT + 8))
 
constexpr int LOGCEC = (1 << (LOGMASKBIT + 9))
 
constexpr int LOGVIDEO = (1 << (LOGMASKBIT + 10))
 
constexpr int LOGWEBSERVER = (1 << (LOGMASKBIT + 11))
 
constexpr int LOGDATABASE = (1 << (LOGMASKBIT + 12))
 
constexpr int LOGAVTIMING = (1 << (LOGMASKBIT + 13))
 
constexpr int LOGWINDOWING = (1 << (LOGMASKBIT + 14))
 
constexpr int LOGPVR = (1 << (LOGMASKBIT + 15))
 
constexpr int LOGEPG = (1 << (LOGMASKBIT + 16))
 
constexpr int LOGANNOUNCE = (1 << (LOGMASKBIT + 17))
 
constexpr int LOGWSDISCOVERY = (1 << (LOGMASKBIT + 18))
 
constexpr int LOGADDONS = (1 << (LOGMASKBIT + 19))
 

Variable Documentation

◆ LOG_LEVEL_DEBUG

constexpr int LOG_LEVEL_DEBUG = 1
constexpr

◆ LOG_LEVEL_DEBUG_FREEMEM

constexpr int LOG_LEVEL_DEBUG_FREEMEM = 2
constexpr

◆ LOG_LEVEL_MAX

constexpr int LOG_LEVEL_MAX = LOG_LEVEL_DEBUG_FREEMEM
constexpr

◆ LOG_LEVEL_NONE

constexpr int LOG_LEVEL_NONE = -1
constexpr

◆ LOG_LEVEL_NORMAL

constexpr int LOG_LEVEL_NORMAL = 0
constexpr

◆ LOGADDONS

constexpr int LOGADDONS = (1 << (LOGMASKBIT + 19))
constexpr

◆ LOGAIRTUNES

constexpr int LOGAIRTUNES = (1 << (LOGMASKBIT + 7))
constexpr

◆ LOGANNOUNCE

constexpr int LOGANNOUNCE = (1 << (LOGMASKBIT + 17))
constexpr

◆ LOGAUDIO

constexpr int LOGAUDIO = (1 << (LOGMASKBIT + 6))
constexpr

◆ LOGAVTIMING

constexpr int LOGAVTIMING = (1 << (LOGMASKBIT + 13))
constexpr

◆ LOGCEC

constexpr int LOGCEC = (1 << (LOGMASKBIT + 9))
constexpr

◆ LOGCURL

constexpr int LOGCURL = (1 << (LOGMASKBIT + 1))
constexpr

◆ LOGDATABASE

constexpr int LOGDATABASE = (1 << (LOGMASKBIT + 12))
constexpr

◆ LOGDBUS

constexpr int LOGDBUS = (1 << (LOGMASKBIT + 4))
constexpr

◆ LOGDEBUG

constexpr int LOGDEBUG = 0
constexpr

◆ LOGEPG

constexpr int LOGEPG = (1 << (LOGMASKBIT + 16))
constexpr

◆ LOGERROR

constexpr int LOGERROR = 3
constexpr

◆ LOGFATAL

constexpr int LOGFATAL = 4
constexpr

◆ LOGFFMPEG

constexpr int LOGFFMPEG = (1 << (LOGMASKBIT + 2))
constexpr

◆ LOGINFO

constexpr int LOGINFO = 1
constexpr

◆ LOGJSONRPC

constexpr int LOGJSONRPC = (1 << (LOGMASKBIT + 5))
constexpr

◆ LOGMASK

constexpr int LOGMASK = ((1 << LOGMASKBIT) - 1)
constexpr

◆ LOGMASKBIT

constexpr int LOGMASKBIT = 5
constexpr

◆ LOGNONE

constexpr int LOGNONE = 5
constexpr

◆ LOGPVR

constexpr int LOGPVR = (1 << (LOGMASKBIT + 15))
constexpr

◆ LOGSAMBA

constexpr int LOGSAMBA = (1 << (LOGMASKBIT + 0))
constexpr

◆ LOGUPNP

constexpr int LOGUPNP = (1 << (LOGMASKBIT + 8))
constexpr

◆ LOGVIDEO

constexpr int LOGVIDEO = (1 << (LOGMASKBIT + 10))
constexpr

◆ LOGWARNING

constexpr int LOGWARNING = 2
constexpr

◆ LOGWEBSERVER

constexpr int LOGWEBSERVER = (1 << (LOGMASKBIT + 11))
constexpr

◆ LOGWINDOWING

constexpr int LOGWINDOWING = (1 << (LOGMASKBIT + 14))
constexpr

◆ LOGWSDISCOVERY

constexpr int LOGWSDISCOVERY = (1 << (LOGMASKBIT + 18))
constexpr