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

41 lines
526 B
C
Raw Permalink Normal View History

2024-12-20 09:23:59 +08:00
//
// ATEventLogger.h
// APRemoteLogging
//
// Created by LiMengtian on 2018/10/29.
// Copyright © 2018 Alipay. All rights reserved.
//
#import "ATLogger.h"
NS_ASSUME_NONNULL_BEGIN
/**
Logger
*/
@class AntEvent;
@interface ATEventLogger : ATLogger
/**
*/
- (void)log:(AntEvent *)event;
@end
#ifdef __cplusplus
extern "C" {
#endif
/**
* Logger实例
*/
ATEventLogger * ATEventLoggerGet();
#ifdef __cplusplus
}
#endif
NS_ASSUME_NONNULL_END