Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
XbmcCommons::ILogger Class Referenceabstract

#include <ilog.h>

Public Member Functions

virtual ~ILogger ()=default
 
void Log (int loglevel, PRINTF_FORMAT_STRING const char *format,...) PARAM3_PRINTF_FORMAT
 
virtual void log (int loglevel, IN_STRING const char *message)=0
 

Constructor & Destructor Documentation

◆ ~ILogger()

virtual XbmcCommons::ILogger::~ILogger ( )
virtualdefault

Member Function Documentation

◆ log()

virtual void XbmcCommons::ILogger::log ( int  loglevel,
IN_STRING const char *  message 
)
pure virtual

◆ Log()

void XbmcCommons::ILogger::Log ( int  loglevel,
PRINTF_FORMAT_STRING const char *  format,
  ... 
)

The documentation for this class was generated from the following files: