Beatmup
log.h File Reference
#include <android/log.h>

Go to the source code of this file.

Macros

#define LOG_TAG   "Beatmup Core"
 
#define LOG_I(...)   __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__)
 

Macro Definition Documentation

◆ LOG_TAG

#define LOG_TAG   "Beatmup Core"

Definition at line 22 of file log.h.

◆ LOG_I

#define LOG_I (   ...)    __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__)

Definition at line 23 of file log.h.