Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
EventLog.h File Reference
#include "events/IEvent.h"
#include "threads/CriticalSection.h"
#include <map>
#include <string>
#include <vector>

Classes

class  CEventLog
 

Macros

#define NOTIFICATION_DISPLAY_TIME   5000
 
#define NOTIFICATION_MESSAGE_TIME   1000
 

Typedefs

typedef std::vector< EventPtrEvents
 

Macro Definition Documentation

◆ NOTIFICATION_DISPLAY_TIME

#define NOTIFICATION_DISPLAY_TIME   5000

◆ NOTIFICATION_MESSAGE_TIME

#define NOTIFICATION_MESSAGE_TIME   1000

Typedef Documentation

◆ Events

typedef std::vector<EventPtr> Events