bonus-material-app/nativeplugins/Mpaas-Scan/ios/APLog.framework/Headers/APPrimitiveLog.h

25 lines
411 B
C
Raw Normal View History

2024-12-20 09:23:59 +08:00
//
// APPrimitiveLog.h
// APMobileFoundation
//
// Created by taoyuan on 16/6/6.
// Copyright © 2016年 Alipay. All rights reserved.
//
#ifndef APPrimitiveLog_h
#define APPrimitiveLog_h
#ifdef __cplusplus
extern "C" {
#endif
void APPrimitiveLog(const char *tag, int level, const char *format, ...) __attribute__((deprecated("Use APLogInfo instead")));
#ifdef __cplusplus
}
#endif
#endif