![]() |
![]() |
The GX is the base system for the majority of the Adaptive Recognition products. It is a collection of loadable modules and library functions and gives an easy to program interface to the hardware devices.
This file contains the descriptions of classes and functions of the logging module.
Go to the source code of this file.
Enumerations | |
enum | GX_LOGLEVELS { GX_NONE = 0, GX_EMERG, GX_FATAL, GX_ERROR, GX_WARN, GX_INFO, GX_INFO2, GX_INFO3, GX_DEBUG, GX_DEBUG2 } |
Enumerations for the log levels. More... | |
Functions | |
static gxi32 | gx_writelogv (gxHANDLE handle, gxi32 level, const char *file, gxi32 line, const char *function, const wchar_t *str, va_list args) |
Writes a log with debug information. | |
static gxi32 | gx_writelogva (gxHANDLE handle, gxi32 level, const char *file, gxi32 line, const char *function, const char *str, va_list args) |
Writes a log with debug information. | |
static gxi32 | gx_writelog (gxHANDLE handle, gxi32 level, const char *file, gxi32 line, const char *function, const wchar_t *str,...) |
Writes a log with debug information. | |
static gxi32 | gx_writeloga (gxHANDLE handle, gxi32 level, const char *file, gxi32 line, const char *function, const char *str,...) |
Writes a log with debug information. |
enum GX_LOGLEVELS |
Enumerations for the log levels.