|
static bool | InitDriverLog (vr::IVRDriverLog *pDriverLog) |
|
static void | CleanupDriverLog () |
|
static void | DriverLogVarArgs (const char *pMsgFormat, va_list args, std::string logLevel) |
|
static void | Info (const char *pchFormat,...) |
| Logs a printf-style info line logging.
|
|
static void | Debug (const char *pchFormat,...) |
| Logs a printf-style debug line logging.
|
|
static void | Warn (const char *pchFormat,...) |
| Logs a printf-style warn line logging.
|
|
static void | Error (const char *pchFormat,...) |
| Logs a printf-style error line logging.
|
|
The documentation for this class was generated from the following files:
- src/main/cpp/driver/logger.h
- src/main/cpp/driver/logger.cpp