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

37 lines
581 B
C
Raw Normal View History

2024-12-20 09:23:59 +08:00
//
// ATDataFlowLogger.h
// APRemoteLogging
//
// Created by 卡迩 on 2018/7/2.
// Copyright © 2018年 Alipay. All rights reserved.
//
#import "ATLogger.h"
#import "ATDataFlow.h"
/**
* Logger
*/
@interface ATDataFlowLogger : ATLogger
/**
*
* @param dataFlow @see \c ATDataFlow
*/
- (void)recordDataFlow:(ATDataFlow *)dataFlow;
@end
#ifdef __cplusplus
extern "C" {
#endif
/**
* Logger实例
*/
ATDataFlowLogger * ATDataFlowLoggerGet();
#ifdef __cplusplus
}
#endif