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.
32 lines
902 B
32 lines
902 B
//
|
|
// MPLogSetting.h
|
|
// APRemoteLogging
|
|
//
|
|
// Created by tashigaofei on 15/3/16.
|
|
// Copyright (c) 2015年 DTF. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
NSString * MPLogGetUUID();
|
|
NSString * MPLogGetUTDID();
|
|
NSString * MPLogGetClientID();
|
|
NSString * MPLogGetSystemType();
|
|
NSString * MPLogGetSystemVersion();
|
|
NSString * MPLogGetDeviceMode();
|
|
NSString * MPLogGetUserID();
|
|
NSString * MPLogGetPlatformID();
|
|
NSString * MPLogGetConfigServerURL();
|
|
NSString * MPLogGetLogServerURL();
|
|
NSString * MPLogGetNetwork();
|
|
NSString * MPLogGetLanguage();
|
|
NSString * MPLogGetVoiceOver();
|
|
NSString * MPLogGetCarrier();
|
|
|
|
|
|
void MPLogSetClientVersion(NSString * clientVersion);
|
|
void MPLogSetPlatformID(NSString * platformID);
|
|
void MPLogSetConfigServerURL(NSString * url);
|
|
void MPLogSetLogServerURL(NSString * url);
|
|
void MPLogSetClientID(NSString * clientID);
|
|
void MPLogSetLanguage(NSString * language);
|