The listener interface function structure, containing a list of function pointers that implement the interface. More...
Data Fields | |
void(* | Removed )(DOFLogListener self, DOFException except) |
Callback used to let listener free any allocated memory from a removed listener. | |
void(* | LogMessage )(DOFLogListener self, uint32 timestamp, DOFLogLevel level, const char *message) |
Callback for when a new message is to be logged. | |
The listener interface function structure, containing a list of function pointers that implement the interface.
It has the same role as a vtable in C++. This must not be NULL.