GMBLDebugger Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | GMBLDebugger.h |
+ enableBeaconSightingsLogging
Enables beacon sighting logs. These logs gives more information about beacon sightings your application is currently seeing.
+ (void)enableBeaconSightingsLoggingDiscussion
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)disableBeaconSightingsLoggingDiscussion
Disables beacon sighting logs.
Declared In
GMBLDebugger.h
+ isBeaconSightingsEnabled
Gets current state of logging beacon sightings.
+ (BOOL)isBeaconSightingsEnabledDiscussion
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)enableDebugLoggingDiscussion
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)disableDebugLoggingDiscussion
Disables SDK status logs
Declared In
GMBLDebugger.h
+ isDebugEnabled
Returns whether status logging is enabled or not
+ (BOOL)isDebugEnabledDiscussion
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)enablePlaceLoggingDiscussion
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)disablePlaceLoggingDiscussion
Disables place event logs.
Declared In
GMBLDebugger.h
+ isPlaceLoggingEnabled
Returns whether place logging is enabled or not.
+ (BOOL)isPlaceLoggingEnabledDiscussion
Returns whether place logging is enabled or not.
Declared In
GMBLDebugger.h