Map Doc
1.0
iOS-引擎SDK-开放平台
MBLog.h
浏览该文件的文档.
1
//
2
// MBLog.h
3
// iNaviCore
4
//
5
// Created by fanyunlong on 2016/12/13.
6
// Copyright © 2016年 Mapbar. All rights reserved.
7
//
8
9
#import <Foundation/Foundation.h>
10
11
@interface
MBLog
: NSObject
12
+ (void)
openLog
;
13
+ (void)
closeLog
;
14
+ (void)writeLog:(NSString *)log;
15
+ (void)
readyGetTime
;
16
+ (NSString *)
costTime
;
17
@end
+[MBLog readyGetTime]
void readyGetTime()
MBLog
Definition:
MBLog.h:11
+[MBLog costTime]
NSString * costTime()
+[MBLog closeLog]
void closeLog()
+[MBLog openLog]
void openLog()