Closed Rushwind13 closed 1 month ago
added JLog() function to manage all the printf()s global g_eLogLevel can be set in test (LOG_LEVEL_DEBUG) different from main (LOG_LEVEL_WARN)
JLog( log_level, true, "thing I am logging: %s\n", that_string);
added JLog() function to manage all the printf()s global g_eLogLevel can be set in test (LOG_LEVEL_DEBUG) different from main (LOG_LEVEL_WARN)
JLog( log_level, true, "thing I am logging: %s\n", that_string);