Clean up logging on C++ side

This commit is contained in:
topjohnwu
2023-05-05 01:14:56 -07:00
parent bbda0cdffe
commit c0d1bf63bc
2 changed files with 7 additions and 12 deletions

View File

@@ -5,8 +5,6 @@
#include <base-rs.hpp>
extern int (*cpp_logger)(LogLevel level, const char *fmt, va_list ap);
void LOGD(const char *fmt, ...) __printflike(1, 2);
void LOGI(const char *fmt, ...) __printflike(1, 2);
void LOGW(const char *fmt, ...) __printflike(1, 2);