#ifndef __LOGGER_H__ #define __LOGGER_H__ #include #define LOGE(mod, arg...) printf(mod arg) #endif