GMBLDebugger Class Reference

Inherits from NSObject
Declared in GMBLDebugger.h

Overview

Allows debug logging to be enabled and disabled

+ enableBeaconSightingsLogging

Enables beacon sighting logs. These logs gives more information about beacon sightings your application is currently seeing.

+ (void)enableBeaconSightingsLogging

Discussion

Enables beacon sighting logs. These logs gives more information about beacon sightings your application is currently seeing.

Declared In

GMBLDebugger.h

+ disableBeaconSightingsLogging

Disables beacon sighting logs.

+ (void)disableBeaconSightingsLogging

Discussion

Disables beacon sighting logs.

Declared In

GMBLDebugger.h

+ isBeaconSightingsEnabled

Gets current state of logging beacon sightings.

+ (BOOL)isBeaconSightingsEnabled

Discussion

Gets current state of logging beacon sightings.

Declared In

GMBLDebugger.h

+ enableDebugLogging

Enables SDK status logs. These logs give more information about the status of Gimbal including registration state, the Gimbal Application Instance Identifier, which services are enabled, etc.

+ (void)enableDebugLogging

Discussion

Enables SDK status logs. These logs give more information about the status of Gimbal including registration state, the Gimbal Application Instance Identifier, which services are enabled, etc.

Declared In

GMBLDebugger.h

+ disableDebugLogging

Disables SDK status logs

+ (void)disableDebugLogging

Discussion

Disables SDK status logs

Declared In

GMBLDebugger.h

+ isDebugEnabled

Returns whether status logging is enabled or not

+ (BOOL)isDebugEnabled

Discussion

Returns whether status logging is enabled or not

Declared In

GMBLDebugger.h

+ enablePlaceLogging

Enables place event logs. These logs print the name of entered/exited places, and transmitter IDs in the case of beacon events.

+ (void)enablePlaceLogging

Discussion

Enables place event logs. These logs print the name of entered/exited places, and transmitter IDs in the case of beacon events.

Declared In

GMBLDebugger.h

+ disablePlaceLogging

Disables place event logs.

+ (void)disablePlaceLogging

Discussion

Disables place event logs.

Declared In

GMBLDebugger.h

+ isPlaceLoggingEnabled

Returns whether place logging is enabled or not.

+ (BOOL)isPlaceLoggingEnabled

Discussion

Returns whether place logging is enabled or not.

Declared In

GMBLDebugger.h