BaiduMap_IOSSDK_v6.6.3_Docs  6.6.3
类方法 | 所有成员列表
BMKBaseLog类 参考

#import <BMKBaseLog.h>

类 BMKBaseLog 继承关系图:

类方法

(BOOL) + getlogEnableWithModule:
 获取某个模块日志是否打开 更多...
 
(NSString *) + getLogFilePathWithModule:
 获取某个模块的日志文件目录 更多...
 
(void) + setlogEnable:module:
 设置某个模块日志是否打开 更多...
 
(void) + setlogFilePath:module:
 设置某个模块的日志文件目录,默认放在沙盒Library/Caches/相关目录下 更多...
 

函数文档

◆ getlogEnableWithModule:

+ (BOOL) getlogEnableWithModule: (BMKMapModule mapModule

获取某个模块日志是否打开

◆ getLogFilePathWithModule:

+ (NSString *) getLogFilePathWithModule: (BMKMapModule mapModule

获取某个模块的日志文件目录

◆ setlogEnable:module:

+ (void) setlogEnable: (BOOL)  enable
module: (BMKMapModule mapModule 

设置某个模块日志是否打开

◆ setlogFilePath:module:

+ (void) setlogFilePath: (NSString *)  logFilePath
module: (BMKMapModule mapModule 

设置某个模块的日志文件目录,默认放在沙盒Library/Caches/相关目录下


该类的文档由以下文件生成: