#include <OniDriverAPI.h>
Public Member Functions | |
DriverServices (OniDriverServices *pDriverServices) | |
void | errorLoggerAppend (const char *format,...) |
void | errorLoggerClear () |
void | log (int severity, const char *file, int line, const char *mask, const char *message) |
Private Attributes | |
OniDriverServices * | m_pDriverServices |
Definition at line 139 of file OniDriverAPI.h.
oni::driver::DriverServices::DriverServices | ( | OniDriverServices * | pDriverServices | ) | [inline] |
Definition at line 142 of file OniDriverAPI.h.
void oni::driver::DriverServices::errorLoggerAppend | ( | const char * | format, |
... | |||
) | [inline] |
Definition at line 144 of file OniDriverAPI.h.
void oni::driver::DriverServices::errorLoggerClear | ( | ) | [inline] |
Definition at line 152 of file OniDriverAPI.h.
void oni::driver::DriverServices::log | ( | int | severity, |
const char * | file, | ||
int | line, | ||
const char * | mask, | ||
const char * | message | ||
) | [inline] |
Definition at line 157 of file OniDriverAPI.h.
Definition at line 163 of file OniDriverAPI.h.