Enumerations | |
enum | HWAPI_LOG_LEVEL { HWLOG_DEBUG = 0, HWLOG_INFO = 1, HWLOG_WARN = 2, HWLOG_ERR = 3 } |
Log level definitions Log Levels definitions used by hwOutputLog. More... | |
Functions | |
HWAPI HWAPI_RESULT | hwOutputLog (HWSESSION hSession, HWAPI_LOG_LEVEL level, LPCTSTR message,...) |
Adds a log message to the Hex Workshop Output Window. |
enum HWAPI_LOG_LEVEL |
HWAPI HWAPI_RESULT hwOutputLog | ( | HWSESSION | hSession, |
HWAPI_LOG_LEVEL | level, | ||
LPCTSTR | message, | ||
... | |||
) |
hSession | [IN] Hex Workshop Plug-in session handle |
level | [IN] Log Level as defined by HWAPI_LOG_LEVEL |
message | [IN] Output text (CrLf not required) |