macro-logger icon indicating copy to clipboard operation
macro-logger copied to clipboard

A simplified logging system using macros.

Results 4 macro-logger issues
Sort by recently updated
recently updated
newest added

Hey is there anyway we can define LOG_LEVEL during runtime from the environment variable?

so user does not have to do `#include ` before `#include `

Hello, Thank you first! Your log macro is very good! But when I used your sample code, I found the log message sometimes delay. I add the code fflush(stderr);. this...

-- use __android_log_print() -- force android log level to ANDROID_LOG_ERROR -- set android tag to "LOG"