GL Debug Facilities

Controls the type of data put into the GLL log. More...

Defines

#define LOG_GLLIO   SET_FACILITY(0)
 Log GLL I/O.
#define LOG_GLLAPI   SET_FACILITY(1)
 Send message to the LOG file whenever customer calls GLL API.
#define LOG_NMEA   SET_FACILITY(2)
 Log the NMEA sentences that were sent to request handlers.
#define LOG_RAWDATA   SET_FACILITY(3)
 Log RAW data for postprocessing.
#define LOG_ASIC_IO   SET_FACILITY(4)
 Logs the traffic between host and ASIC.
#define LOG_RF_DEBUG   SET_FACILITY(5)
 Used in the RF test mode.
#define LOG_BBTEST   SET_FACILITY(6)
 Used in the BB test mode.
#define LOG_UNITTEST   SET_FACILITY(7)
 Used by GL unit test facility.
#define LOG_DEVAK   SET_FACILITY(8)
 Personal facilities of GL developers used during debugging (disabled by default)
#define LOG_DEVCV   SET_FACILITY(9)
 CVs debugging stream.
#define LOG_DEVET   SET_FACILITY(10)
 ETs debugging stream.
#define LOG_DEVJG   SET_FACILITY(11)
 JGs debugging stream.
#define LOG_DEVIA   SET_FACILITY(12)
 IAs debugging stream.
#define LOG_DEVKF   SET_FACILITY(13)
 K&F debugging stream.
#define LOG_DEVMR   SET_FACILITY(14)
 MRs debugging stream.
#define LOG_DEVMS   SET_FACILITY(15)
 QHSM debugging stream.
#define LOG_DEVSP   SET_FACILITY(16)
 SPs debugging stream.
#define LOG_DEVPM   SET_FACILITY(17)
 PMs debugging stream.
#define LOG_DEVDH   SET_FACILITY(18)
 DHs debugging stream.
#define LOG_DEVRA   SET_FACILITY(19)
 RAs debugging stream.
#define LOG_DEVRS   SET_FACILITY(20)
 RSs debugging stream.
#define LOG_DEVVG   SET_FACILITY(21)
 VGs debugging stream.
#define LOG_DEVPA   SET_FACILITY(22)
 PAs debugging stream.
#define LOG_USR1   SET_FACILITY(27)
 Reserved.
#define LOG_USR2   SET_FACILITY(28)
 Reserved.
#define LOG_USR3   SET_FACILITY(29)
 Reserved.
#define LOG_USR4   SET_FACILITY(30)
 Reserved.
#define LOG_USR5   SET_FACILITY(31)
 Reserved.

Detailed Description

Controls the type of data put into the GLL log.

Facility codes 0 through 31 are available. Standard facilities (enabled by default). See GL Logging facility and priority codes and GL Debug Output Levels. LOG_DEV** are facilities for GL developers to debugging (disabled by default)


Define Documentation

#define LOG_DEVAK   SET_FACILITY(8)

Personal facilities of GL developers used during debugging (disabled by default)

AKs debugging stream

#define LOG_GLLAPI   SET_FACILITY(1)

Send message to the LOG file whenever customer calls GLL API.

Be careful: with log level LOG_DEBUG the GlEngine::Tick() and GlEngine::ChipData() create a lot of traffic

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines