bonus-material-app/nativeplugins/Mpaas-Scan/ios/APRemoteLogging.framework/Headers/AntLogSelfMonitor.h

29 lines
506 B
C
Raw Normal View History

2024-12-20 09:23:59 +08:00
//
// AntLogSelfMonitor.h
// APRemoteLogging
//
// Created by 卡迩 on 2017/8/11.
// Copyright © 2017年 Alipay. All rights reserved.
//
#import <Foundation/Foundation.h>
extern NSString *const kLogMonitorBizId;
#ifdef __cplusplus
extern "C" {
#endif
/**
* LogMonitor
*/
void AntLogMonitor(NSString *tag, NSString *format, ...);
/**
* LogMonitor
*/
void AntLogRemoteMonitor(NSString *seed,NSArray *params);
#ifdef __cplusplus
}
#endif