洛阳学员端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

23 lines
533 B

//
// APLogFormater.h
// APRemoteLogging
//
// Created by tashigaofei on 14-6-23.
// Copyright (c) 2014年 DTF. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "DTFMonitorPointDataDefines.h"
#import "DTFLogSetting.h"
@interface DTFLogFormatter : NSObject
@property (nonatomic, strong) NSString *sdkVersion;
- (NSString *)stringFromLog:(NSDictionary *) logDict;
+ (NSString *)timestampString;
+ (NSString *)getDatetimeString:(NSTimeInterval)time;
+ (NSString *)resolutionString;
+ (NSArray *)keyPaths;
@end