![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for CLog, including all inherited members.
CLog() | CLog | |
Close() | CLog | static |
GetLogLevel() | CLog | static |
Init(const std::string &path) | CLog | static |
IsLogLevelLogged(int loglevel) | CLog | static |
Log(int loglevel, const char *format) | CLog | inlinestatic |
Log(int loglevel, const char *format, Args &&... args) | CLog | inlinestatic |
Log(int loglevel, int component, const char *format) | CLog | inlinestatic |
Log(int loglevel, int component, const char *format, Args &&... args) | CLog | inlinestatic |
LogFunction(int loglevel, std::string functionName, const char *format) | CLog | inlinestatic |
LogFunction(int loglevel, std::string functionName, const char *format, Args &&... args) | CLog | inlinestatic |
LogFunction(int loglevel, std::string functionName, int component, const char *format) | CLog | inlinestatic |
LogFunction(int loglevel, std::string functionName, int component, const char *format, Args &&... args) | CLog | inlinestatic |
LogString(int logLevel, std::string &&logString) | CLog | protectedstatic |
LogString(int logLevel, int component, std::string &&logString) | CLog | protectedstatic |
MemDump(char *pData, int length) | CLog | static |
PrintDebugString(const std::string &line) | CLog | static |
SetExtraLogLevels(int level) | CLog | static |
SetLogLevel(int level) | CLog | static |
WriteLogString(int logLevel, const std::string &logString) | CLog | protectedstatic |
~CLog() | CLog |