Xsens DOT iOS SDK
©2022 Xsens Technologies - Version: 2022.0.0
|
#import <XsensDotLog.h>
Class Methods | |
(void) | + setLogEnable: |
(BOOL) | + isLogEnable |
Enable XsensDotLog when you want to get debug information. Note that you need to disable it in released apps.
+ (BOOL) isLogEnable |
Get current sdk log status
+ (void) setLogEnable: | (BOOL) | enable |
Set the log enable to open log in debug mode
enable | The enable flag |