Controls the type of data put into the log. More...
Defines | |
#define | LOG_LBS_API 1 << 0 |
Send mesage to the LOG file whenever customer calls LBS API. | |
#define | LOG_LBS_RAW 1 << 1 |
Log data passed through LBS API. | |
#define | LOG_LBS_MODULE1 1 << 10 |
Reserved. | |
#define | LOG_LBS_MODULE2 1 << 11 |
Reserved. | |
#define | LOG_LBS_MODULE3 1 << 12 |
Reserved. | |
#define | LOG_LBS_MODULE4 1 << 13 |
Reserved. | |
#define | LOG_LBS_MODULE5 1 << 14 |
Reserved. | |
#define | LOG_LBS_MODULE6 1 << 15 |
Reserved. | |
#define | LOG_LBS_DEV1 1 << 16 |
debugging stream | |
#define | LOG_LBS_DEV2 1 << 17 |
debugging stream | |
#define | LOG_LBS_DEV3 1 << 18 |
debugging stream | |
#define | LOG_LBS_DEV4 1 << 19 |
debugging stream | |
#define | LOG_LBS_DEV5 1 << 20 |
debugging stream | |
#define | LOG_LBS_DEV6 1 << 21 |
debugging stream | |
#define | LOG_LBS_DEV7 1 << 22 |
debugging stream | |
#define | LOG_LBS_DEV8 1 << 23 |
debugging stream | |
#define | LOG_LBS_USR1 1 << 24 |
Reserved. | |
#define | LOG_LBS_USR2 1 << 25 |
Reserved. | |
#define | LOG_LBS_USR3 1 << 26 |
Reserved. | |
#define | LOG_LBS_USR4 1 << 27 |
Reserved. | |
#define | LOG_LBS_USR5 1 << 28 |
Reserved. | |
#define | LOG_LBS_USR6 1 << 29 |
Reserved. | |
#define | LOG_LBS_USR7 1 << 30 |
Reserved. | |
#define | LOG_LBS_USR8 1 << 31 |
Reserved. |
Controls the type of data put into the log.
Facility codes 0 through 31 are available. Standard facilities (enabled by default). See GL Debug Output Levels. LOG_LBS_DEV** are facilities developers GlLbs use to debug.