rename traffic-steering-service to sce
This commit is contained in:
@@ -8,16 +8,22 @@ extern "C"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#define LOG_DEBUG(format, ...) \
|
||||
{ \
|
||||
#define LOG_DEBUG(format, ...) \
|
||||
{ \
|
||||
fprintf(stdout, "DEBUG " format "\n", ##__VA_ARGS__); \
|
||||
fflush(stdout); \
|
||||
fflush(stdout); \
|
||||
}
|
||||
|
||||
#define LOG_ERROR(format, ...) \
|
||||
{ \
|
||||
#define LOG_INFO(format, ...) \
|
||||
{ \
|
||||
fprintf(stdout, "INFO " format "\n", ##__VA_ARGS__); \
|
||||
fflush(stdout); \
|
||||
}
|
||||
|
||||
#define LOG_ERROR(format, ...) \
|
||||
{ \
|
||||
fprintf(stderr, "ERROR " format "\n", ##__VA_ARGS__); \
|
||||
fflush(stderr); \
|
||||
fflush(stderr); \
|
||||
}
|
||||
|
||||
#ifdef __cpluscplus
|
||||
|
||||
Reference in New Issue
Block a user